码迷,mamicode.com
首页 > 编程语言 > 详细

python 语言函数类传参数的方式

时间:2021-05-03 12:12:19      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:方式   tar   sam   size   sse   with   plot   one   lan   

# 来自 CAL 代码
# Main
Run = ExptPeerRegC10CAL(
    {"--is_train": True,   # why 居然可以这么写?
    "--is_plot_results": False,
    "--is_class_resolved": False,
    "--is_load": False,
    "--exp_name": exp_name,
    "--dataset": dataset,
    "--netARCH": netARCH,
    "--num_classes": 10,
    "--lossfunc": lossfunc,
    "--optimizer": "SGD",
    "--lr": 0.1, # 0.1
    "--lr_scheduler": "step",
    "--weight_decay": 0.0005,
    "--lr_decay_step_size": 60, # 60
    "--lr_decay_rate": 0.1, # 0.1
    "--batch_size": 128,
    "--max_epoch": max_epoch,
    "--is_validate": False,
    "--val_ratio": 0.0,
    "--with_noise": with_noise,
    "--noise_label_fname": noise_file,
    "--is_peerloss": is_peer,
    "--alpha": 0.0,
    "--alpha_scheduler": ‘seg‘,
    "--alpha_list": alpha_list,
    "--milestones": milestones,
    "--gpu_idx": gpu_idx,
    "--chosen_classes": chosen_classes,
    "--sample_weight_path": sample_weight_path,
    "--beta_path": None,
    }, 
    json_path = json_path,
    outputfile= outfile
)
Run.train()

python 语言函数类传参数的方式

标签:方式   tar   sam   size   sse   with   plot   one   lan   

原文地址:https://www.cnblogs.com/Gelthin2017/p/14723447.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!