lampda / tddc

deep learning groups/projects at td

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tddc

deep learning chat groups and projects at td

how to contribute

  • clone this repo with:

    git clone https://github.com/lampda/tddc
    
  • create your own branch new_branch_name (each branch corresponds to an independent project) locally with

    git checkout -b new_branch_name
    
  • create your project folder, such as my_proj_name

  • add your documents, codes, images, etc, BUT NO large files for convenience (providing links for them is recommended if any)

  • make your changes to your project files

  • commit to a separate branch with

    git commit -m 'any message commenting on this change'
    
  • push to your project branch with

    git push origin new_branch_name
    
  • you are done, waiting for other comments or pull-requests, and then communicating, improving, learning iteratively

note before push

pull request from ANY branch, but NEVER push to MASTER branch.

contributors

Enjoy contributing and growing!

About

deep learning groups/projects at td

License:GNU General Public License v3.0