fp1_morgan_hypopt_rxn_predict.py 文件源码

python
阅读 23 收藏 0 点赞 0 评论 0

项目:neural_reaction_fingerprint 作者: jnwei 项目源码 文件源码
def myFunc(params):
    print '########################'
    global run_counter
    print '{} run out of {}'.format(run_counter+1, max_num_runs)

    start_time = time.time()
    print params
    acc= hyperopt_train_test(params)

    print '\nend time: {}'.format(time.time() - start_time)
    run_counter += 1
    return {'loss': acc, 'status':STATUS_OK }


#!# uniform fp length? Should be integer...
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号