easytorch icon indicating copy to clipboard operation
easytorch copied to clipboard

Simple and powerful pytorch framework.

Results 8 easytorch issues
Sort by recently updated
recently updated
newest added

Thanks for your efforts. Are there any documents or piplines for us to learn/use?

Hi `cnstark/easytorch`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

整体思想: 1. 多model 的 runner作为基础runner,原始的单model runner作为基础runner的子类,兼容旧代码 2. config里面多个optim分别指定model,多个lrscheduler分别指定optim 3. Param参数,将cfg中的变量自动添加为runner的属性。这里是为了支持多个model、optim、lrscheduler的访问。 改动: 1. build model时支持build多model,通过config配置 2. build optim和build lr scheduler作为成员函数,支持build多个optim和lr scheduler,通过config配置 3. backward添加一个可选参数,指定optim 4. 保存和加载checkpoint时,支持多model

enhancement

尊敬的作者: 非常感谢您做出的巨大贡献和分享。 版本是easytorch==3.8.5 from easytorch import launch_training 导入失败,困惑良久,不得良方,您能解答一下吗,我将十分感谢您。

在调参的过程中,经常会需要对多个数据集的多个模型调参,需要写多个模型多个数据集的 config 文件。 我的想法是,能否复用一套config 文件,在调参grid search时,动态修改 config 的配置,从而省去写 config 的麻烦。 感谢答疑~

尊敬的作者: 非常感谢您做出的巨大贡献和分享。在您项目的2020年中文文档介绍中说后续会出完整的中文文档,我似乎没有找到,您能提供一下地址吗,或者PDF下载地址。十分感谢您。