PyToune is a Keras-like framework for PyTorch and handles much of the boilerplating code needed to train neural networks.

官方文档:https://pytoune.org/index.html

可以看到官方文档页面布局也是浓浓的Keras风:

手册中主要内容集中在pytoune.framework以及pytoune.framework.callbacks。

pytoune.framework:

中提供了常用的训练所使用到的方法,省去了自己编写训练代码,或在此源码基础上自己做修改。

pytoune.framework.callbacks:
官方说明:

Callbacks are a way to interact with the optimization process. For instance, the ModelCheckpoint callback allows to save the weights of the epoch that has the best “score”,
or the EarlyStopping callback allows to stop the training when the “score” has not gone up for a while, etc. The following presents the callbacks available in PyToune,
but first the documentation of the Callback class shows which methods are available in the callback and what arguments they are provided with.

callbacks用来与优化过程做交互,比如在best acc时保存权重,earlystopping策略等等。

Callbacks分为Callback、Logging、Checkpointing、LR Schedulers四个部分。

最新文章

  1. 如何取消MSSQL自带智能提示步骤,使用第三方智能提示插件
  2. django操作数据库之查询F,Q操作 和 seach搜索功能
  3. docker 命令汇总
  4. jquery 下拉菜单
  5. C++的vector学习abc
  6. Restful API的设计与实践
  7. Intel大坑之中的一个:丢失的SSE2 128bit/64bit 位移指令,马航MH370??
  8. JS 日期工具类-基于yDate
  9. 【python之路7】python基本数据类型(一)
  10. 开发自己的cordova插件
  11. Blue Jeans
  12. 2.请尝试安装和配置JDK,并给出安装、配置JDK的步骤。
  13. [速成]了解一致性hash算法
  14. 最简单的基于libVLC的例子:最简单的基于libVLC的视频播放器(图形界面版)
  15. 精读《useEffect 完全指南》
  16. Python PIL
  17. grep正则表达式搜索
  18. Mysql基于GTID复制模式-运维小结 (完整篇)
  19. 按钮JButton,单选按钮JRadioButton,复选框JCheckBox
  20. weblogic/tomcat Get乱码【转】

热门文章

  1. linux下禁止root远程登录
  2. 检测 gcc 是否支持 C99 标准的方法
  3. SVG矢量绘图 path路径详解(贝塞尔曲线及平滑)
  4. centos7.0利用yum快速安装mysql8.0
  5. word图片上传到服务器
  6. Java三大特征--多态
  7. Linux监控工具介绍系列——iostat
  8. Codeforces 1276D/1259G Tree Elimination (树形DP)
  9. 学python必须知道的30个技巧
  10. java学习之路(1)