Giter VIP home page Giter VIP logo

pixel-anchor's People

Contributors

mryang23 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pixel-anchor's Issues

训练储有点问题,大得吓人

按照这个方式存储,,跑完ICDAR2015本地文件会有2T左右,,太吓人了吧

if (epoch + 1) % interval == 0:
     state_dict = model.module.state_dict() if data_parallel else model.state_dict()
     torch.save(state_dict, os.path.join(pths_path, 'model_epoch_{}.pth'.format(epoch + 1)))

epoch达到合适值就存储一个pth文件,这有点恐怖的哦。

还请教下你跑完ICDAR2015需要花多少时间,,这个网络结构预测时间上有没有优势,与其他网络比较

完善信息

你好,非常好的尝试!可以完善一下项目信息包括你在测试运行的环境和依赖版本,这有利想贡献代码的人更方便开始这个项目,谢谢。

SomethingWrong

按照原文,anchornet.py里square_conv_loc和square_conv_cla的kernel_size应该是(3, 3),padding应该是(1, 1)。请确认一下,谢谢。

NAN

大佬好,我用你代码使用syn800k预训练,训练会出现NAN,请问你有遇到过吗

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.