Skip to content

robindume/theano_tutor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

theano_tutor

my theano learning, from 2016.01.30

1, install git, git config --global user.name "robindu" git config --global user.email [email protected]

2, git clone git pull # can get the changes online and merge to your local branch # then you can check the status by "git status" git add README.md # git add -A git commit -m "update readme, including how to commit the local change to online repro" # then you can check the commiting history of the repro by 'git log' git push -u origin master #git checkout "commit id" # can revert

About

my theano learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published