Giter VIP home page Giter VIP logo

freezeout's People

Contributors

ajbrock avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

freezeout's Issues

the erros

in the utils.py, ,,,,,,,,what is the "import path"。。。。。。there is no function callled path

ImportError: No module named 'path'

fashionMNIST results

This code is linked from the fashion-mnist repo, w/ very good results. Do you have a script somewhere I might be able to use to reproduce those numbers?

Thanks
Ben

error

hi,,,,Im sorry to bother you again....there are still some errors.......
like this:
file train.py ,line 283, in main
train_test(**vars(args))

filenotfoundError:[Error 2] No such file or directory:Path('logs/densenet_k12L76_ice80_cubicTrue_seed0_epochs100c100_log.jsonl')
looking forward to your reply

Error in densenet lr update formula:

The 0.05 in the update LR formula overrides the initialized LR per layer (the 1e-1).
The line that inits the LR per layer with the scale_lr option is overridden by the formula.
m.lr = 1e-1 / m.lr_ratio if self.scale_lr else 1e-1

The formula with the change:
self.optim.param_groups[i]['lr'] = (m.lr)*(1+np.cos(np.pi*self.j/m.max_j))

Need to install path.py

Maybe it's worth mentioning in README that you need to install path.py before running the script.

just a note.

not a bad idea at all,
Dont you think the tensorflow / pytorch community would like to improve it with your idea?
These days if you can compress video 3% more then it has a huge impact on data storage centers.
If you can train an AI faster, 10%,... boy that's huge... think of the impact on data centers, training time.
You should draw some attention from nvidea / intel.

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.