模板是生产力工具,可以让使用者专注于思考和解决问题,而非排版。本文用于积累一些自己常用的模板。
- README.md模板:
- 清华大学的学位论文(LaTeX)模板:https://github.com/xueruini/thuthesis
- AI论文+代码模板库:https://paperswithcode.com/,先照着做,复现成果,学会方法和工具;再根据自己的创意,做实验,分析结果,写论文。
- gitignore文件,现在都不用自己编写了,直接选用:https://github.com/github/gitignore
- TensorFlow项目模板:https://github.com/MrGemy95/Tensorflow-Project-Template
- Pytorch项目模板:https://github.com/victoresque/pytorch-template
- 目标检测学习:https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Object-Detection
- Deep Tutorials for PyTorch: https://github.com/sgrvinod/Deep-Tutorials-for-PyTorch
网友评论