1 Star 0 Fork 0

车人王/MultiRobustness

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.json 1004 Bytes
一键复制 编辑 原始数据 按行查看 历史
ftramer 提交于 2019-10-11 15:38 . first commit
{
"_comment": "===== MODEL CONFIGURATION =====",
"data": "mnist",
"model_type": "cnn",
"_comment": "===== TRAINING CONFIGURATION =====",
"random_seed": 0,
"max_num_training_steps": 6000,
"num_output_steps": 600,
"num_summary_steps": 600,
"num_checkpoint_steps": 600,
"training_batch_size": 100,
"step_size_schedule": [[0, 0.001], [3000, 0.0001]],
"_comment": "===== EVAL CONFIGURATION =====",
"num_eval_examples": 100,
"eval_batch_size": 100,
"eval_on_cpu": false,
"_comment": "=====ADVERSARIAL EXAMPLES CONFIGURATION=====",
"_comment": "One of: '', 'MAX'",
"multi_attack_mode": "MAX",
"start_small": true,
"attacks": [
{"type": "linf", "epsilon": 0.3, "k": 10, "a": 0.01, "random_start": true},
{"type": "l2", "epsilon": 2, "k": 10, "a": 0.1, "random_start": true},
{"type": "l1", "epsilon": 10, "k": 10, "random_start": true, "perc": 99, "a": 1.0}
],
"train_attacks": [0, 1, 2],
"eval_attacks": [0, 1, 2]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang_ren_xu/MultiRobustness.git
git@gitee.com:wang_ren_xu/MultiRobustness.git
wang_ren_xu
MultiRobustness
MultiRobustness
master

搜索帮助