hengtao tantai
|
e9a1492009
|
更新torchaudio介绍
|
2022-03-25 14:48:57 +08:00 |
|
zergtant
|
9d5fa7522e
|
补充脚本和logo
|
2021-10-25 15:13:35 +08:00 |
|
zergtant
|
8786eaa932
|
更新1.10,添加在线查看地址
|
2021-10-25 15:11:59 +08:00 |
|
zergtant
|
1e09b437f1
|
补充更新 1.9
|
2021-10-12 08:52:09 +08:00 |
|
zergtant
|
25b12449b4
|
更新日志
|
2021-10-09 10:30:04 +08:00 |
|
hengtao tantai
|
5a55265d2c
|
Merge pull request #124 from haochengxia/master
fix: modify the call of non-function
|
2021-10-09 10:02:42 +08:00 |
|
hengtao tantai
|
95f74d0c56
|
Merge pull request #120 from fordai/patch-1
Update 3_neural_networks_tutorial.ipynb
|
2021-10-09 10:02:04 +08:00 |
|
hengtao tantai
|
23dee6a31c
|
Merge pull request #126 from showarp/patch-1
Update 2.1.2-pytorch-basics-autograd.ipynb
|
2021-10-09 10:01:46 +08:00 |
|
hengtao tantai
|
4aef31156c
|
Merge pull request #125 from haochengxia/master
chore: remove some typos & code formatting in chapter 2
|
2021-10-09 10:01:15 +08:00 |
|
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 |
|
showarp
|
fe1064ad74
|
Update 2.1.2-pytorch-basics-autograd.ipynb
|
2021-09-10 18:45:04 +08:00 |
|
hengtao tantai
|
5b41a7c1c3
|
Add files via upload
|
2021-08-23 17:50:55 +08:00 |
|
hengtao tantai
|
7bca6fe43e
|
Add files via upload
|
2021-08-23 17:50:07 +08:00 |
|
Percy
|
f091ff94a7
|
chore: code formatting
|
2021-08-07 23:22:27 +08:00 |
|
Percy
|
aa56f4509b
|
fix: case adjustment and remove typos
|
2021-08-07 23:08:20 +08:00 |
|
Percy
|
0d03879430
|
fix: case adjustment
|
2021-08-07 23:05:04 +08:00 |
|
Percy
|
f3486a465d
|
fix: typos in pytorch basics data loader
|
2021-08-07 22:56:25 +08:00 |
|
Percy
|
4a38e71c12
|
fix: modify the call of non-function
|
2021-08-05 11:07:41 +08:00 |
|
hengtao tantai
|
f5940a12bc
|
Merge pull request #123 from haochengxia/master
fix: remove redundant parenthesis
|
2021-07-30 20:45:12 +08:00 |
|
Percy
|
5fbbb70254
|
fix: remove redundant parenthesis
|
2021-07-21 16:57:54 +08:00 |
|
fordai
|
baee127a4c
|
Update 3_neural_networks_tutorial.ipynb
该类不存在名为num_flot_features的方法,此处应调用名为num_flat_features的方法。
|
2021-05-25 15:10:04 +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
|
503ea3a75e
|
Typos in 2.1.2-pytorch-basics-autograd.ipynb
|
2021-03-11 00:42:52 +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 |
|
hengtao tantai
|
54131bce85
|
Merge pull request #114 from Co1lin/patch-1
Fix a wrong statement
|
2021-02-19 10:35:13 +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 |
|
hengtao tantai
|
57363a1946
|
Update README.md
添加pytorch大版本主要变动总结
|
2020-10-30 11:33:50 +08:00 |
|
hengtao tantai
|
c69b33210c
|
Create pytorch-changelog.md
|
2020-10-30 11:31:40 +08:00 |
|
hengtao tantai
|
b21a533de1
|
Update README.md
|
2020-10-27 15:00:31 +08:00 |
|
hengtao tantai
|
cf794149e9
|
qr
|
2020-10-27 14:56:19 +08:00 |
|
hengtao tantai
|
47347f624d
|
Merge pull request #104 from uniartisan/master
64位的支持我没有测试过,我家的pi还是官方32位的
有兴趣帮忙测试的朋友测试完给个反馈吧
|
2020-09-11 09:09:09 +08:00 |
|
ZergTant
|
1abbcae653
|
新增翻译文章:多GPU训练
|
2020-09-11 09:06:17 +08:00 |
|
hengtao tantai
|
895aa49ea4
|
Merge pull request #105 from Liu-Wei-Code/master
Update 2.1.2-pytorch-basics-autograd.ipynb
|
2020-09-11 08:25:25 +08:00 |
|
Liu-Wei
|
e961a65951
|
Update 2.1.2-pytorch-basics-autograd.ipynb
只需要设置.requries_grad=True,这里应该改为只需要设置.requires_grad=True
|
2020-09-10 21:45:11 +08:00 |
|
uniartisan
|
0c36c7bf74
|
Update torch-*.whl torchvision-*.whl for arrch64
|
2020-09-10 15:35:21 +08:00 |
|
hengtao tantai
|
4d71b59201
|
Merge pull request #101 from ZhaoQianfeng/master
Update 2.3-deep-learning-neural-network-introduction.ipynb
|
2020-08-06 11:07:07 +08:00 |
|
Qianfeng
|
13ff977dff
|
Update 2.3-deep-learning-neural-network-introduction.ipynb
sigmod改为sigmoid
|
2020-07-31 02:14:32 +08:00 |
|
hengtao tantai
|
fe16202d11
|
Merge pull request #100 from MumuTW/master
更新了现行pytorch安装版本
|
2020-07-30 08:15:02 +08:00 |
|
Johnson Lin
|
5fb99256f3
|
update pytorch installation
|
2020-07-08 16:16:47 +08:00 |
|
hengtao tantai
|
e6208865da
|
Merge pull request #92 from MumuTW/master
update 1.2.md for new pytorch version(1.5.0)
|
2020-06-28 13:19:48 +08:00 |
|
hengtao tantai
|
2cd263ccb8
|
Merge pull request #97 from Ivan-Ji/patch-3
Update 4.1-fine-tuning.ipynb
|
2020-06-28 13:18:43 +08:00 |
|
Jinfeng Ji
|
527c1b54ad
|
Update 4.1-fine-tuning.ipynb
修改错别字
|
2020-06-23 14:56:16 +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 |
|
zergtant
|
e9c995d79a
|
更新RNN参数和手动实现RNN
|
2020-04-22 17:12:58 +08:00 |
|
zergtant
|
e5810ef041
|
Merge branch 'master' of https://github.com/zergtant/pytorch-handbook
|
2020-04-22 10:17:12 +08:00 |
|