Fix typo bug

This commit is contained in:
litagin02
2024-01-03 11:24:07 +09:00
parent 5b49315009
commit 33d18e825a

View File

@@ -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}"
]
},
{