gll89的个人博客分享 http://blog.sciencenet.cn/u/gll89

博文

按标题搜索
Pycharm professional安装及激活
热度 1 2019-7-19 20:21
1、下载并安装Pycharm professional 1)官网: https://www.jetbrains.com/pycharm/download/#section=windows 若需要对远程解释器与调试器进行设置,必须下载并安装Pycharm professional版本。若仅在本地使用,即可安装Community版本。   ...
个人分类: DeepLearning|17076 次阅读|2 个评论 热度 1
Pytorch bugs
2019-7-19 19:05
when running at the code of self.criterion(outputs, labels), where I use CrossEntropy as my loss function, I meet the bug of D imension out of range (expected to be in range of , but got 1) Solution: From the doc of CrossEntropy ( https://pytorch.org/docs/stable/nn.html?highlight=cros ...
个人分类: DeepLearning|2225 次阅读|没有评论
Python and Pytorch knowledge
2019-7-16 15:58
1. 找到数组中最大值的下标:使用np.argmax() 例如: a=np.arange(6).reshape(2,3)+10 a = array( , &n ...
个人分类: Python|3095 次阅读|没有评论
Python之list下标访问
2019-7-11 11:39
https://blog.csdn.net/qq_18941713/article/details/88683817 https://blog.csdn.net/cassiepython/article/details/76653897
个人分类: Python|2848 次阅读|没有评论
[转载]Linux管道命令之文件与文件夹统计
2019-7-9 11:46
以下知识点包括管道命令,正则表达式 ls与ls -l的区别 如下图,可以看到ls显示的是当前文件夹下所有的文件和文件夹的信息,而ls -l显示的是一行一行的字符,每一行字符对应一个目录或者是文件。其中,以-开头的字符串表示该行显示的是文件信息,而d(directory)开头表示的是文件夹信息。在下图中,前两行为文件,均以 ...
个人分类: Linux|1851 次阅读|没有评论
第一次因青基而焦虑
2019-7-9 11:25
我们同一批入职的青椒们有一个“吃饭群”,群功能远大于群名。上午,一位老师在群里转发一个文章,大致是说7月2号便可知青基结果,看了一下,没有在群里发言,但内心还是很焦灼的。 像我这样没有资源的青椒,博士毕业院校非顶尖院校,博士导师也非业内大牛,唯一能靠的只能是自己不断的积累,积累成果,积累经验。若这次 ...
个人分类: 基金申请|1732 次阅读|没有评论
基于Pytorch的深度学习入门资料
2019-7-7 13:30
在windows或者Ubuntu上安装Pytorch 理论参考资料 1) Stanford U. CS231课程 https://zhuanlan.zhihu.com/p/21930884 (中文资料) http://cs231n.stanford.edu/ (英文网站) 2) Coursera上Andrew N.g的《Deep Learning》课程 https://www.coursera.org/specializations/ ...
个人分类: DeepLearning|1545 次阅读|没有评论
Instal Pytorch and related apps on Windows
2019-7-1 21:16
(一)Instal Pytorch Instal Anaconda Instal visual studio Download Cuda (local version) and instal. If 系统检测“ fails, then try to instal again 4. download cuDNN, and copy the following files: &nbs ...
个人分类: DeepLearning|1538 次阅读|没有评论
[转载]discription of rib diseases
2019-6-13 21:40
Most broken ribs heal on their own within six weeks. Restricting activities and icing the area regularly can help with healing and pain relief. It's important to obtain adequate pain relief — if it hurts to breathe deeply, you may develop pneumonia.
个人分类: Disease|1243 次阅读|没有评论

本页有 1 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-20 18:34

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部