Commit Graph

61 Commits

Author SHA1 Message Date
hengtao tantai
d5b5af1262
Merge pull request #117 from sabaizzz/master
Update 3_neural_networks_tutorial.ipynb
2021-10-09 10:00:28 +08:00
hengtao tantai
c2ee587329
Merge pull request #116 from smartlixx/FIX_typo
Fix several typos
2021-10-09 09:59:35 +08:00
Percy
5fbbb70254
fix: remove redundant parenthesis 2021-07-21 16:57:54 +08:00
飒白
219309ac97
Update 3_neural_networks_tutorial.ipynb
x = x.view(-1, self.num_flot_features(x))中self.num_flot_features未与下方 def num_flat_features(self, x):对应导致报错。
2021-03-18 15:47:55 +08:00
Xianxiang Li
570b2a3e13 Minor modification 2021-03-11 00:08:24 +08:00
Xianxiang Li
fe4a9d7849 Fix a typo in 1.2-pytorch-installation.md 2021-03-11 00:05:39 +08:00
hengtao tantai
356db299fa
Merge pull request #112 from 35p32/patch-1
Update 3_neural_networks_tutorial.ipynb
2021-02-20 08:15:35 +08:00
Colin
115b93fc92
Fix a wrong statement
Jacobian Matrix 的转置与 v 的乘积是l的梯度,具体来说是l对向量x的各个分量的偏导组成的一个向量。原文所述“x对l”的梯度不准确。
2021-02-09 20:22:44 +08:00
35.32
a6089fb170
Update 3_neural_networks_tutorial.ipynb 2020-11-06 16:00:33 +08:00
Johnson Lin
5fb99256f3
update pytorch installation 2020-07-08 16:16:47 +08:00
Johnson Lin
f9022b0f55
tensor_tutorial translation (修改少部分语句使其易于阅读) 2020-05-20 22:31:02 +08:00
Johnson Lin
038c2e3a4a
update 1.2.md for new pytorch version(1.5.0) 2020-05-20 19:50:30 +08:00
Tiiktak
5f7f396842
补充了部分翻译
原文中关于vector-Jacobian product的公式推导部分
2020-02-12 01:22:13 +08:00
古代中二龙
9af30f9bc1
修改了文章最后失效的超链接
原来的链接是失效的
2019-11-04 09:58:30 +08:00
古代中二龙
860c8ad18f
把1.3.5中的In[6]代码段对齐 2019-11-04 09:21:44 +08:00
hengtao tantai
c900b052c0
Merge pull request #58 from jerryc05/master
Update GPU Training Tip
2019-10-30 09:55:39 +08:00
弹剑踏雪歌
cf1dde1742
更改了ln[10]中代码的对齐方式 2019-10-23 18:48:53 +08:00
Ziyan "Jerry" Chen
fdac2768a5
Update 4_cifar10_tutorial.ipynb 2019-10-18 23:34:11 -04:00
zergtant
5f48da7922 更新:pytorch 1.3的安装说明 2019-10-12 20:23:15 +08:00
hengtao tantai
732dd4764a
Merge pull request #46 from Ivan-Ji/master
Update 1.3-deep-learning-with-pytorch-60-minute-blitz.md
2019-10-08 19:36:31 +08:00
siliconx
5060befef1 删除多余的^ 2019-09-30 23:09:39 +08:00
Jinfeng Ji
2caa98be19
Update 1.3-deep-learning-with-pytorch-60-minute-blitz.md
修改错别字
2019-08-20 18:38:47 +08:00
hengtao tantai
b572c428af
Merge pull request #39 from syliudf/master
Translate&Rerun 3_neural_networks_tutorial.ipynb
2019-08-09 12:57:47 +08:00
Siyu Liu
eeefed5ea5
Update 3_neural_networks_tutorial.ipynb 2019-07-19 16:10:51 +08:00
hengtao tantai
2679d2c2a5
Merge pull request #34 from HorieYuan/master
去掉多余字母
2019-07-11 11:13:42 +08:00
Siyu Liu
39bca9f9f8
Update 1_tensor_tutorial.ipynb
Change some words
2019-07-09 15:00:45 +08:00
Siyu Liu
b304c74dba
Update 1_tensor_tutorial.ipynb
Translate "NumPy Bridge" part in 1_tensor_tutorial.ipynb
2019-07-09 14:57:19 +08:00
Horie Yuan
2f0d886233 去掉多余字母 2019-06-28 22:01:14 +08:00
Xu Zhang
364388205d
Update 1.2-pytorch-installation.md 2019-05-22 20:00:47 +08:00
Xu Zhang
2983eb6e3a
Update 1.2-pytorch-installation.md 2019-05-22 20:00:23 +08:00
杨森
dc625b89d6 delete tuna because its close-anaconda-service 2019-04-25 11:31:21 +08:00
zergtant
d54e39e920 fixed #22 2019-04-13 11:06:46 +08:00
hengtao tantai
b32e1a9514
Merge branch 'master' into master 2019-03-25 15:27:42 +08:00
Shane Wong
276e2624b9
Update 3_neural_networks_tutorial.ipynb 2019-03-18 12:33:00 +08:00
Yalei Meng
820603bf38
修正超链接 2019-03-11 14:42:46 +08:00
Yalei Meng
56026c1b0e
将知乎网页改为超链接形式 2019-03-11 14:16:42 +08:00
zergtant
fba6ab225b 更新:更新安装指南增加新版官网安装说明 2019-02-28 20:51:17 +08:00
Muli Yang
2ddc9325ed
Update 4_cifar10_tutorial.ipynb 2019-02-19 17:47:49 +08:00
Muli Yang
9bb636ea94
Update 5_data_parallel_tutorial.ipynb 2019-02-19 17:40:45 +08:00
Muli Yang
9092b481af
Update 5_data_parallel_tutorial.ipynb 2019-02-19 17:39:44 +08:00
Muli Yang
e2b5e871ff
Update 5_data_parallel_tutorial.ipynb 2019-02-19 17:32:23 +08:00
Muli Yang
4de06da2a1
Update 4_cifar10_tutorial.ipynb 2019-02-19 17:29:27 +08:00
Muli Yang
326ae30d8d
Update 4_cifar10_tutorial.ipynb 2019-02-19 17:28:16 +08:00
Muli Yang
d6cc941881
Update 4_cifar10_tutorial.ipynb 2019-02-19 17:20:16 +08:00
Muli Yang
633a7f341a
Update 4_cifar10_tutorial.ipynb 2019-02-19 16:46:14 +08:00
Muli Yang
80e87868c4
Update 4_cifar10_tutorial.ipynb 2019-02-19 16:38:53 +08:00
Muli Yang
15cd221903
Update 4_cifar10_tutorial.ipynb 2019-02-19 16:38:15 +08:00
Muli Yang
e448273cc0
Update 4_cifar10_tutorial.ipynb 2019-02-19 16:37:33 +08:00
Muli Yang
eb895c6ad5
Update 4_cifar10_tutorial.ipynb 2019-02-19 16:36:08 +08:00
Muli Yang
57f3b5d16b
Update 4_cifar10_tutorial.ipynb 2019-02-19 16:32:56 +08:00