def __init__(self,
log_learn_rate = -5.,
log_init_scale = -6.,
fp_length = 10,
other_param_dict = {'num_epochs' : 100,
'batch_size' : 200, 'normalize' : 1,
'dropout' : 0,# 'fp_length': 10,
'fp_depth': 3, 'activation' :relu, 'fp_type' : 'morgan',
'h1_size' : 100, 'conv_width': 20, 'num_outputs': 17,
'init_bias': 0.85}):
#log_l1_penalty= 10e-5, log_l2_penalty= 10e-5):
args, _, _, values = inspect.getargvalues(inspect.currentframe())
for arg, val in values.items():
setattr(self, arg, val)
fp1_reaction_estimator.py 文件源码
python
阅读 31
收藏 0
点赞 0
评论 0
评论列表
文章目录