科学网

 找回密码
  注册
Install Pytorch on Ubuntu
高琳琳 2019-5-26 17:29
instal Anaconda PS: if anacondda python is not the default python, you need to try the following methods to set the anaconda python as the default python 方法一:此方法需要用户具有sudo权限 (1) 在终端输入$sudo gedit /etc/profile,打开profile文件。 (2) 在文件末尾添加一行:export PATH=/ ...
个人分类: DeepLearning|1349 次阅读|没有评论
[转载]adaptive pooling
高琳琳 2019-5-26 13:45
torch.nn. AdaptiveAvgPool3d ( output_size ) Applies a 3D adaptive average pooling over an input signal composed of several input planes. The output is of size D x H x W, for any input size. The number of output features is equal to the number of input planes. https://pyto ...
个人分类: DeepLearning|3684 次阅读|没有评论
[转载]DICOM Processing and Segmentation in Python
高琳琳 2019-5-26 13:34
1. https://www.raddq.com/dicom-processing-segmentation-visualization-in-python/
个人分类: image analysis|1351 次阅读|没有评论
beatiful websites
高琳琳 2019-5-24 13:02
https://zmiclab.github.io/ http://www.sdspeople.fudan.edu.cn/zhuangxiahai/
1838 次阅读|没有评论
Famous scholars--medical image analysis and computing
高琳琳 2019-5-24 12:59
1. 庄吓海,( http://www.sdspeople.fudan.edu.cn/zhuangxiahai/ ),复旦大学大数据学院,青年研究院,博导,院长助理。 曾获国际医学图像计算和计算机辅助介入协会青年科学家奖提名 I did my PhD ( thesis ) in theCentre for Medical Image Computing , University College London, with Pr ...
个人分类: 神人|2327 次阅读|没有评论
[转载]DL tricks
高琳琳 2019-5-17 21:42
normalization using pre-trained vgg Q: If I wanna extract features with VGG (pre-trained on the ImageNet) on my dataset, should I subtract the ImageNet mean, or should I calculate my dataset's mean and std firstly? Are there big differences between the ImageNet and other RGB datasets general ...
个人分类: DeepLearning|1209 次阅读|没有评论
[转载]functools.partial() in python
高琳琳 2019-5-16 21:00
functools . partial ( func ) Return a new partial object which when called will behave like func called with the positional arguments args and keyword arguments keywords . For example, partial () can be us ...
个人分类: Python|1319 次阅读|没有评论
Atom如何使用go to definition
高琳琳 2019-5-16 12:23
安装三个包:symbol-gen, symbols-view与goto-definition 重启atom https://blog.csdn.net/wowotuo/article/details/78447704
个人分类: DeepLearning|2674 次阅读|没有评论
[转载]__getitem__ in python
高琳琳 2019-5-15 19:06
1. 首先说一下私有变量 (private variable) a name prefixed with an underscore (e.g. _spam ) should be treated as a non-public part of the API (whether it is a function, a method or a data member). __getitem__ is used to impleme ...
个人分类: Python|1415 次阅读|没有评论

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

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

GMT+8, 2024-4-25 16:54

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部