Skip to content
代码片段 群组 项目
未验证 提交 45e685e0 编辑于 作者: dlagul's avatar dlagul 提交者: GitHub
浏览文件

Update sdfvae_scripts.txt

上级 9a26631b
分支
无相关合并请求
# Training, Testing and Evaluation
# Please run data preprocessing code before running the following commands.
# OPTIONS
# dataset_path: The path of the processed training or testing dataset
# data_nums: The size of training or testing dataset
......@@ -32,4 +34,4 @@ nohup python evaluation.py --llh_path log_tester/machine-1-1 --log_path log_eval
# Machine-1-5
python trainer.py --dataset_path ../data_preprocess/data_processed/machine-1-5-train --data_nums 23480 --gpu_id 0 --log_path log_trainer/machine-1-5 --checkpoints_path model/machine-1-5 --n 38
nohup python tester.py --dataset_path ../data_preprocess/data_processed/machine-1-5-test --data_nums 23695 --gpu_id 0 --log_path log_tester/machine-1-5 --checkpoints_path model/machine-1-5 --n 38 --start_epoch 30 2>&1 &
nohup python evaluation.py --llh_path log_tester/machine-1-5 --log_path log_evaluator/machine-1-5 --n 38 --start_epoch 30 2>&1 &
\ No newline at end of file
nohup python evaluation.py --llh_path log_tester/machine-1-5 --log_path log_evaluator/machine-1-5 --n 38 --start_epoch 30 2>&1 &
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册