From 33d18e825a902ee29a1da35df48584357cc9aea0 Mon Sep 17 00:00:00 2001 From: litagin02 Date: Wed, 3 Jan 2024 11:24:07 +0900 Subject: [PATCH] Fix typo bug --- colab.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab.ipynb b/colab.ipynb index 13596d6..f9a900d 100644 --- a/colab.ipynb +++ b/colab.ipynb @@ -276,7 +276,7 @@ " yaml.dump(yml_data, f, allow_unicode=True)\n", "\n", "\n", - "!python train_ms.py --config {config_path} --model {dataset_path} --asset_root {assets_root}" + "!python train_ms.py --config {config_path} --model {dataset_path} --assets_root {assets_root}" ] }, {