Feat: use uv for bat installer
This commit is contained in:
@@ -395,7 +395,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# 日本語特化版を「使う」場合\n",
|
||||
"!python train_ms_jp_extra.py --config {config_path} --model {dataset_path} --assets_root {assets_root} --use_custom_batch_sampler"
|
||||
"!python train_ms_jp_extra.py --config {config_path} --model {dataset_path} --assets_root {assets_root}"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -407,7 +407,7 @@
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# 日本語特化版を「使わない」場合\n",
|
||||
"!python train_ms.py --config {config_path} --model {dataset_path} --assets_root {assets_root} --use_custom_batch_sampler"
|
||||
"!python train_ms.py --config {config_path} --model {dataset_path} --assets_root {assets_root}"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user