提交 a4a67ce3 作者: 朱学凯

now change

上级 0bdcd385
This source diff could not be displayed because it is too large. You can view the blob instead.
CUDA_VISIBLE_DEVICES=7 python run_interaction.py --task=test --b=64 --output=./predict/lr-1e-5-batch-32-e-10-layer6-0428-step-57659 --config=./config/config_layer_6.json --init=./model/lr-1e-5-batch-32-e-10-layer6-0428/epoch-6-step-57659-loss-0.6694820924709807.pth --do_eval=True
\ No newline at end of file
CUDA_VISIBLE_DEVICES=7 python run_interaction.py --task=test --b=64 --output=./predict/lr-1e-5-batch-32-e-10-layer6-0428-step-74133 --config=./config/config_layer_6.json --init=./model/lr-1e-5-batch-32-e-10-layer6-0428/epoch-8-step-74133-loss-0.6730387237803921.pth --do_eval=True
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -194,11 +194,11 @@ if __name__ == '__main__':
# local test
args.task = 'train_z_10'
args.savedir = 'local_test_train'
args.epochs = 10
args.lr = 1e-5
args.config = './config/config_layer_3.json'
# args.task = 'train_z_10'
# args.savedir = 'local_test_train'
# args.epochs = 10
# args.lr = 1e-5
# args.config = './config/config_layer_3.json'
......
usage: run_interaction.py [-h] [-b N] [-j N] [--epochs N] [--task TASK] [--lr LR] [--config CONFIG] [--savedir SAVEDIR] [--init INIT] [--output OUTPUT]
[--do_eval DO_EVAL]
run_interaction.py: error: argument --task: invalid choice: 'train_z_10' (choose from 'train', 'test', 'channel', 'ER', 'GPCR', 'kinase')
CUDA_VISIBLE_DEVICES=0 python run_interaction.py --b=32 --task=train_z_10 --epochs=10 --lr=1e-5 --savedir=lr-1e-5-batch-32-e-10-layer3-0429-z-10 --config=./config/config_layer_3.json
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论