10000 GitHub - mogwai/nano: Blueprint project for starting simple torch repos
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ nano Public

Blueprint project for starting simple torch repos

Notifications You must be signed in to change notification settings

mogwai/nano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nano Init

A blueprint for torch model training with simple easy to understand structure and code.

Great for hacking on new ideas quickly and maintaining

Keep it Simple Guidelines:

  • Put related things in one file
  • functions over classes
  • Keep the package dependencies low, copy and paste things (adding source links) is fine
  • Lock dependencies
  • Bleeding edge is ok if needed.

Installing (Debian Based)

bash install.sh

Getting started

train

About

Blueprint project for starting simple torch repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0