0
点赞
收藏
分享

微信扫一扫

模板是生产力工具

奔跑的酆 2021-10-04 阅读 109

模板是生产力工具,可以让使用者专注于思考和解决问题,而非排版。本文用于积累一些自己常用的模板。

  1. README.md模板:
  2. 清华大学的学位论文(LaTeX)模板:https://github.com/xueruini/thuthesis
  3. AI论文+代码模板库:https://paperswithcode.com/,先照着做,复现成果,学会方法和工具;再根据自己的创意,做实验,分析结果,写论文。
  4. gitignore文件,现在都不用自己编写了,直接选用:https://github.com/github/gitignore
  5. TensorFlow项目模板:https://github.com/MrGemy95/Tensorflow-Project-Template
  6. Pytorch项目模板:https://github.com/victoresque/pytorch-template
  7. 目标检测学习:https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Object-Detection
  8. Deep Tutorials for PyTorch: https://github.com/sgrvinod/Deep-Tutorials-for-PyTorch
举报

相关推荐

0 条评论