pytorchbot
ed158d3e1a
2024-08-06 nightly release ( 345bea01dc)
2024-08-06 07:33:43 +00:00
pytorchbot
b9251a4598
2024-08-05 nightly release ( c7cfa51721)
2024-08-05 07:33:44 +00:00
pytorchbot
bd12fbe652
2024-07-17 nightly release ( 7919f0b952)
2024-07-17 07:33:41 +00:00
pytorchbot
a532737602
2024-07-04 nightly release ( 9108b74bbc)
2024-07-04 07:33:38 +00:00
pytorchbot
f28393cfc9
2024-06-30 nightly release ( 9ae78a578c)
2024-06-30 07:33:39 +00:00
pytorchbot
364e6692f3
2024-06-28 nightly release ( 424068d0d2)
2024-06-28 16:02:35 +00:00
pytorchbot
8b2405fd53
2024-06-27 nightly release ( cdbd6542d0)
2024-06-27 07:33:34 +00:00
pytorchbot
bde150a53f
2024-06-26 nightly release ( 90d5a6f001)
2024-06-26 16:45:19 +00:00
pytorchbot
4fbc2ec72d
2024-05-28 nightly release ( 0ff2f8b522)
2024-05-28 07:33:37 +00:00
pytorchbot
549167fcb3
2024-05-26 nightly release ( ee6cb6daa1)
2024-05-26 07:33:37 +00:00
pytorchbot
cb0c26e8d3
2024-01-15 nightly release ( 19502ff6aa)
2024-01-15 07:33:37 +00:00
pytorchbot
e844d7ab04
2023-11-01 nightly release ( 748c1a1d81)
2023-11-01 07:33:58 +00:00
pytorchbot
496a17caec
2023-09-29 nightly release ( 3dc479e70b)
2023-09-29 07:34:22 +00:00
pytorchbot
7b14f0ff8f
2023-09-12 nightly release ( 8025b193a9)
2023-09-12 07:34:01 +00:00
pytorchbot
11d2c766f1
2023-09-09 nightly release ( d4230e5574)
2023-09-09 07:34:00 +00:00
pytorchbot
c0a66455c0
2023-08-26 nightly release ( 95cacb7fa9)
2023-08-26 07:33:53 +00:00
pytorchbot
91bde862b2
2023-08-25 nightly release ( e00bd83124)
2023-08-25 07:34:11 +00:00
pytorchbot
8a24a912a5
2023-07-27 nightly release ( 707aadeedd)
2023-07-27 07:34:08 +00:00
pytorchbot
f228c8b8ca
2023-07-21 nightly release ( a01a732954)
2023-07-21 07:33:56 +00:00
pytorchbot
82e03ad957
2023-07-19 nightly release ( 9c225c9b9a)
2023-07-19 07:33:53 +00:00
chronos_secgrp_pytorch_oss_ci_oncall
d33f3a7547
2023-07-02 nightly release ( 707d265db2)
2023-07-02 00:03:23 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
8181f12af5
2023-01-26 nightly release ( 0a57a20c02)
2023-01-26 00:03:01 -08:00
chronos_secgrp_pytorch_oss_ci_oncall
971c769d42
2022-12-14 nightly release ( 769392178a)
2022-12-14 00:02:55 -08:00
chronos_secgrp_pytorch_oss_ci_oncall
0015b0d515
2022-11-17 nightly release ( c3acb9c885)
2022-11-17 00:03:02 -08:00
chronos_secgrp_pytorch_oss_ci_oncall
e42e8dc76f
2022-09-17 nightly release ( d6c2080eb4)
2022-09-17 00:02:58 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
2befd0b446
2022-06-24 nightly release ( 55aa0b1a84)
2022-06-24 00:04:40 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
5ab96cd7be
2022-06-08 nightly release ( d09e3674d8)
2022-06-08 00:02:33 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
2b57412cef
2022-05-18 nightly release ( 05ce0f9be6)
2022-05-18 11:50:31 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
30beb5e09a
2022-04-20 nightly release ( d0af05f931)
2022-04-20 00:02:39 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
02cf8fe543
2022-04-08 nightly release ( 11f1fef981)
2022-04-08 00:02:31 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
4817424257
2022-04-05 nightly release ( b0e047b59d)
2022-04-05 00:02:42 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
42cf661a25
2021-09-23 nightly release ( 0ca1102609)
2021-09-23 00:05:23 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
701771a879
2021-09-22 nightly release ( 3f5f721ab3)
2021-09-22 00:04:12 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
fa0e02b7cf
2021-05-27 nightly release ( 58d1b3639b)
2021-05-27 00:02:34 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
02b98413b7
2020-08-17 nightly release ( e2eb0cb1a9)
2020-08-17 00:02:31 -07:00
Xiaomeng Yang
2460dced8f
Add torch.nn.GELU for GELU activation ( #28944 )
...
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/28944
Add torch.nn.GELU for GELU activation
Test Plan: buck test mode/dev-nosan //caffe2/test:nn -- "GELU"
Reviewed By: hl475, houseroad
Differential Revision: D18240946
fbshipit-source-id: 6284b30def9bd4c12bf7fb2ed08b1b2f0310bb78
2019-11-03 21:55:05 -08:00
Xiang Gao
6fc75eadf0
Add CELU activation to pytorch ( #8551 )
...
Summary:
Also fuse input scale multiplication into ELU
Paper:
https://arxiv.org/pdf/1704.07483.pdf
Pull Request resolved: https://github.com/pytorch/pytorch/pull/8551
Differential Revision: D9088477
Pulled By: SsnL
fbshipit-source-id: 877771bee251b27154058f2b67d747c9812c696b
2018-08-01 07:54:44 -07:00
vishwakftw
49f88ac956
Add grid lines for activation images, fixes #9130 ( #9134 )
...
Summary:
1. Add dashed light blue line for asymptotes.
2. RReLU was missing the activation image.
3. make clean in docs will remove the activation images too.
Sample image:

Closes https://github.com/pytorch/pytorch/pull/9134
Differential Revision: D8726880
Pulled By: ezyang
fbshipit-source-id: 35f00ee08a34864ec15ffd6228097a9efbc8dd62
2018-07-03 19:10:00 -07:00
Tongzhou Wang
e0f3e5dc77
fix activation images not showing up on official website ( #6367 )
2018-04-07 11:06:24 -04:00
Vishwak Srinivasan
32b3841553
[ready] General documentation improvements ( #5450 )
...
* Improvize documentation
1. Add formula for erf, erfinv
2. Make exp, expm1 similar to log, log1p
3. Symbol change in ge, le, ne, isnan
* Fix minor nit in the docstring
* More doc improvements
1. Added some formulae
2. Complete scanning till "Other Operations" in Tensor docs
* Add more changes
1. Modify all torch.Tensor wherever required
* Fix Conv docs
1. Fix minor nits in the references for LAPACK routines
* Improve Pooling docs
1. Fix lint error
* Improve docs for RNN, Normalization and Padding
1. Fix flake8 error for pooling
* Final fixes for torch.nn.* docs.
1. Improve Loss Function documentation
2. Improve Vision Layers documentation
* Fix lint error
* Improve docstrings in torch.nn.init
* Fix lint error
* Fix minor error in torch.nn.init.sparse
* Fix Activation and Utils Docs
1. Fix Math Errors
2. Add explicit clean to Makefile in docs to prevent running graph generation script
while cleaning
3. Fix utils docs
* Make PYCMD a Makefile argument, clear up prints in the build_activation_images.py
* Fix batch norm doc error
2018-03-08 13:21:12 -05:00
Adam Paszke
b1dec4a74f
Fix doc-push ( #5494 )
2018-03-01 17:37:30 +01:00
Piotr Mitros
7b33ef4cff
Documentation cleanup for activation functions ( #5457 )
2018-03-01 14:53:11 +01:00