加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pgd_adaep_eps_test.sh 969 Bytes
一键复制 编辑 原始数据 按行查看 历史
张金来 提交于 2022-08-19 17:56 . repair bugs in scanobjectnn
CUDA_VISIBLE_DEVICES=5 python main.py --exp-config configs/pgd/mn10_pointnet_pgd08ce.yaml --entry pgdtest --model-path ./runs/mn10_adaep_pointnet_run_08/model_final.pth --eps 0.1 --pgd_step 50
CUDA_VISIBLE_DEVICES=5 python main.py --exp-config configs/pgd/mn10_pointnet_pgd08ce.yaml --entry pgdtest --model-path ./runs/mn10_adaep_pointnet_run_08/model_final.pth --eps 0.08 --pgd_step 50
CUDA_VISIBLE_DEVICES=5 python main.py --exp-config configs/pgd/mn10_pointnet_pgd08ce.yaml --entry pgdtest --model-path ./runs/mn10_adaep_pointnet_run_08/model_final.pth --eps 0.06 --pgd_step 50
CUDA_VISIBLE_DEVICES=5 python main.py --exp-config configs/pgd/mn10_pointnet_pgd08ce.yaml --entry pgdtest --model-path ./runs/mn10_adaep_pointnet_run_08/model_final.pth --eps 0.04 --pgd_step 50
CUDA_VISIBLE_DEVICES=5 python main.py --exp-config configs/pgd/mn10_pointnet_pgd08ce.yaml --entry pgdtest --model-path ./runs/mn10_adaep_pointnet_run_08/model_final.pth --eps 0.02 --pgd_step 50
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化