摘要: !pwd LOG_DIR = './logs/' get_ipython().system_raw( 'fitlog log {} --ip 0.0.0.0 --port 6006 &'.format(LOG_DIR) ) Use ngrok to tunnel traffic to localho 阅读全文
posted @ 2020-11-22 22:14 douzujun 阅读(206) 评论(0) 推荐(0) 编辑
摘要: https://github.com/HarisIqbal88/PlotNeuralNet import sys sys.path.append('../') from pycore.tikzeng import * from pycore.blocks import * arch = [ to_h 阅读全文
posted @ 2020-11-22 15:01 douzujun 阅读(473) 评论(0) 推荐(0) 编辑
摘要: https://github.com/reiinakano/scikit-plot 文档:https://scikit-plot.readthedocs.io/en/stable/metrics.html # The usual train-test split mumbo-jumbo from s 阅读全文
posted @ 2020-11-22 14:41 douzujun 阅读(295) 评论(0) 推荐(0) 编辑