EIC研究室DL研究入门(Python+PyTorch编程)资料推介

EIC研究室DL研究入门(Python+PyTorch编程)资料推介,第1张

EIC研究室DL研究入门(Python+PyTorch编程)资料推介

相关入门类基础知识和技能的学习资料(含资料名称、获取链接、具体学习页码/章节,大概学习时间分配)

Programming Python编程

[1] Python程序设计基础(原书第5版)
[2] Python Cookbook 3rd Edition: https://python3-cookbook.readthedocs.io/zh_CN/latest/index.html

Pytorch深度学习基础

[1] 《动手学深度学习》(PyTorch版) https://tangshusen.me/Dive-into-DL-PyTorch/
5.1-5.5必读,建议重点学习第4,5,9章即可,其余章节浏览下即可。
[2] PyTorch 中文教程:https://pytorch.apachecn.org/
[3] 斯坦福大学《CS231n—深度学习与计算机视觉/CS231n: Convolutional Neural Networks for Visual Recognition》
课程官网:http://cs231n.stanford.edu/
2017课程视频:http://t.cn/R9Dfnxn
课程资料汇总介绍:https://www.52ml.net/20815.html
中文课程主页:https://www.52ml.net/17723.html
在线视频:http://study.163.com/course/courseMain.htm?courseId=1003223001#/courseDetail

Pytorch libs and tools
  1. Pytorch 网络可视化工具
  • hiddenlayer
  • Netron
  • Torchinfo
    Torchinfo provides information complementary to what is provided by print(your_model) in PyTorch, similar to Tensorflow’s model.summary() API to view the visualization of the model, which is helpful while debugging your network.
  1. Pytorch libs
  • Count the MACs / FLOPs of your PyTorch model
  • A PyTorch Extension: Tools for easy mixed precision and distributed training in Pytorch
实验环境 IDE要求
  • Linux OS采用英文原版Ubuntu 20.04.*,IDE工具也是用英文原版,拒绝使用中文版。因中文版在出现问题时候很难定位/检索解决办法。
  • C/OMP/OpenCL/MPI programming IDE should use Eclipse PP or VScode + vscode-opencl + CodeXL.
  • Python IDE should use Eclipse + PyDev or PyCharm.
IDE技能要求

(1)快捷键:代码注释、取消注释、运行、调试…等
(2)环境变量配置、解释器配置、运行参数设置
(3)远程编译、远程调试、远程运行
(4)代码上传github、下载更新等

常用命令
screen  #挂起执行
nohup   #挂起执行
使用环境配置常见问题 Install

Pulish issues on Github repos

Issue Templet

Platform: RK3390( with ARM A53 and A72 cpus)
OS: Ubuntu 20.04
Questions:

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5071744.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-16
下一篇 2022-11-16

发表评论

登录后才能评论

评论列表(0条)

保存