fix the train cell in notebook
This commit is contained in:
parent
794e034988
commit
d0ae3b1ce9
|
@ -238,7 +238,7 @@
|
|||
"outputs": [],
|
||||
"source": [
|
||||
"# run the trainer, wait until it finishes then SCROLL DOWN to the next cell\n",
|
||||
"!python main.py --base {my_yaml} -t --actual_resume whatever.ckpt -n test --data_root input\n",
|
||||
"!python main.py --base {my_yaml} -t --actual_resume {downloaded_model_path} -n test --data_root input\n",
|
||||
"print(finish_msg)"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue