121 Commits

Author SHA1 Message Date
dbe154a9e5 Merge pull request #106 from changmeen/master
Update 504_batch_normalization.ipynb
2022-05-16 11:32:56 +08:00
8c5754874d Update 504_batch_normalization.ipynb
Found 2 Errors that does not activate in Colab
2022-05-14 21:12:49 +09:00
57aaef871a Merge pull request #105 from YumiGo/ym_develop2
Update 401_CNN.ipynb
2022-05-13 10:08:03 +08:00
3fd406492d Update 401_CNN.ipynb
Fix errors due to a change in the data structure of the pytorch
2022-05-13 00:41:39 +09:00
4e5122c373 u 2020-10-29 21:41:31 +08:00
f21f6125b5 update 2020-10-29 20:36:21 +08:00
98eddd15de update 2020-06-08 10:43:02 +08:00
f52e199a4f update for new version of torch 2020-06-08 10:34:41 +08:00
50d201c789 Merge pull request #91 from sijiali57/Update_406_GAN
Update 406_GAN
2020-06-08 10:32:58 +08:00
a7bfd6615d Update 406_GAN 2020-06-06 22:53:16 +01:00
9626a06ecb Merge pull request #66 from jingege315/patch-1
循环的最后一个元素和下一次循环的第一个元素时间不连续
2018-12-03 14:32:44 +08:00
Hui
7f0e442d8b 循环的最后一个元素和下一次循环的第一个元素时间不连续
steps = np.linspace(start, end, TIME_STEP, dtype=np.float32)
其中默认参数endpoint=True,也就是说这一次循环的最后一个元素和下一次循环的第一个元素是一致的,按照RNN传递的state的特点,应该保证输入是关于时间连续的,所以不应该有相邻的时间是一致的情况,这可能不是想要的,所以我认为这里是一个小bug。
2018-11-30 21:49:23 +08:00
51c6c660c7 update for new version of torch 2018-11-19 10:41:11 +08:00
abee521eeb Merge remote-tracking branch 'origin/master' 2018-11-13 10:43:19 +08:00
759aa01de7 Merge pull request #62 from keineahnung2345/502-squeeze
502 - remove squeeze for 1-D tensor
2018-11-13 10:33:47 +08:00
818b4b4411 Merge pull request #61 from keineahnung2345/403-comment
403 - move the comment to right place
2018-11-13 10:33:26 +08:00
0b3aa238ba Merge pull request #60 from keineahnung2345/402-squeeze
402 - remove squeeze for 1-D array
2018-11-13 10:32:26 +08:00
3e2d0b8a40 update for new version of torch 2018-11-13 10:26:34 +08:00
903820ef35 Merge pull request #58 from keineahnung2345/403-view
403_RNN_regressor.py missing line in comment
2018-11-13 10:22:41 +08:00
5d6d4f056e 502 - remove squeeze for 1-D tensor 2018-11-13 10:05:44 +08:00
256559c12a 403 - move the comment to right place 2018-11-13 09:34:19 +08:00
7411f602fb 402 - remove squeeze for 1-D array 2018-11-13 09:13:44 +08:00
61d6dc6757 supplement another method 2018-11-12 14:24:09 +08:00
2748b02bd6 fill up the missing view() in forward() in comment 2018-11-12 14:18:49 +08:00
40bcdb5c6c Merge pull request #55 from keineahnung2345/401-cnn
[Bug fix] 401_CNN.py
2018-11-12 09:46:32 +08:00
a9ef65ed9a [Bug fix] 401_CNN.py
1. fix typo
2. remove .squeeze for 1-D tensor
2018-11-09 17:26:27 +08:00
0f4219c72c Merge pull request #53 from keineahnung2345/302-squeeze
302 - remove .squeeze() from 1-D numpy array
2018-11-08 19:43:20 +08:00
867aa1d1b2 Merge pull request #52 from keineahnung2345/update-203-activation
update to torch 0.4
2018-11-08 19:42:52 +08:00
bf4cf1e700 update for new version of torch 2018-11-08 19:40:27 +08:00
5b1d191946 302 - remove .squeeze() from 1-D numpy array
prediction.data.numpy() is already 1-D, so the .squeeze() is unnecessary.
2018-11-08 14:14:35 +08:00
59487ef2b4 update to torch 0.4
Warning message from old version:
/opt/conda/lib/python3.6/site-packages/torch/nn/functional.py:1047: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.
  warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.")
2018-11-07 16:11:19 +08:00
906cf71b6f update for new version of torch 2018-11-07 16:08:38 +08:00
ce55cc9446 fix bug 2018-11-07 15:58:12 +08:00
889455575a Merge remote-tracking branch 'origin/master' 2018-08-06 19:25:14 +08:00
7d95eb3e30 update 2018-08-06 19:24:48 +08:00
304c0b230f Merge pull request #31 from Hierom/patch-1
Fixing error learning rate for this sample
2018-07-15 20:25:38 +08:00
b161aa063f Merge pull request #32 from Hierom/patch-2
Fixing error accurate and error tensor to numpy
2018-07-15 20:24:35 +08:00
99158fd0ca Fixing error accurate and error tensor to numpy 2018-07-14 22:35:34 +08:00
410f7eca88 Update 301_regression.ipynb 2018-07-12 17:14:10 +08:00
840ed35b9c Update 301_regression.ipynb 2018-07-12 17:08:43 +08:00
0212a9d368 Fixing error learning rate for this sample 2018-07-12 17:01:31 +08:00
d053113d3a fixed for windows 2018-07-05 16:38:07 +08:00
f2ebd8a37b update accuracy function 2018-06-29 10:09:52 +08:00
79380fb90e fix typo 2018-06-14 22:20:51 +08:00
921b69a582 update to torch 0.4 2018-05-30 01:39:53 +08:00
7e7c9bb383 update to torch 0.4 2018-05-30 00:46:22 +08:00
538ba18975 Merge pull request #27 from AyushExel/patch-2
Remove deprecated code
2018-05-30 00:32:22 +08:00
e19eb5d060 Remove deprecated code
The use of Variable() explicitly is deprecated as Autograd now supports tensors directly.
2018-05-29 21:02:10 +05:30
de563d70fd Merge pull request #24 from inoue0426/master
bug fix
2018-05-17 15:09:08 +08:00
dc78eeae3b bug fix 2018-05-16 00:40:44 +09:00