pytorchbot
f97e773692
2025-01-26 nightly release ( 90448f0128)
2025-01-26 07:33:55 +00:00
pytorchbot
bd1e0e0018
2025-01-09 nightly release ( dcc3cf7066)
2025-01-09 07:33:53 +00:00
pytorchbot
33229b026a
2024-12-13 nightly release ( ceb664aca6)
2024-12-13 07:34:15 +00:00
pytorchbot
3dd667797a
2024-12-06 nightly release ( 80ca6dd892)
2024-12-06 07:34:55 +00:00
pytorchbot
0d5247caf3
2024-11-07 nightly release ( cf0bb6c435)
2024-11-07 07:33:48 +00:00
pytorchbot
c787213d41
2024-10-29 nightly release ( 4ee514144b)
2024-10-29 07:34:47 +00:00
pytorchbot
64b61eb313
2024-10-19 nightly release ( e8b1409dcf)
2024-10-19 07:33:53 +00:00
pytorchbot
74ca07380a
2024-06-23 nightly release ( 920ebccca2)
2024-06-23 01:49:12 +00:00
pytorchbot
2f5e4e1df7
2024-03-29 nightly release ( 3beb9d85a6)
2024-03-29 07:33:31 +00:00
pytorchbot
7d163a9861
2023-12-29 nightly release ( ef94499ad7)
2023-12-29 07:33:30 +00:00
pytorchbot
01557064c0
2023-12-06 nightly release ( a548e80536)
2023-12-06 07:33:55 +00:00
pytorchbot
11d2c766f1
2023-09-09 nightly release ( d4230e5574)
2023-09-09 07:34:00 +00:00
pytorchbot
cf9eb00513
2023-09-04 nightly release ( 621463a3e6)
2023-09-04 07:34:04 +00:00
pytorchbot
91bde862b2
2023-08-25 nightly release ( e00bd83124)
2023-08-25 07:34:11 +00:00
chronos_secgrp_pytorch_oss_ci_oncall
6226b7d098
2023-06-07 nightly release ( 428bff842d)
2023-06-07 00:04:54 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
10b46f7c7f
2023-05-26 nightly release ( fb468b6792)
2023-05-26 00:03:28 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
41917f7d92
2023-05-24 nightly release ( 45843c7f41)
2023-05-24 00:04:57 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
30b87f46b5
2022-11-30 nightly release ( 12f98f85bc)
2022-11-30 00:02:57 -08:00
chronos_secgrp_pytorch_oss_ci_oncall
aab82cf32e
2022-10-20 nightly release ( 472bdb3aa8)
2022-10-20 00:03:02 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
41b2532c21
2021-08-19 nightly release ( 2aa19f33c6)
2021-08-19 00:02:54 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
c21b6c1529
2021-08-17 nightly release ( 075024b9a3)
2021-08-17 00:08:09 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
ddaf6a0647
2021-06-10 nightly release ( 2f395f3b54)
2021-06-10 00:02:43 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
adf8b7eb1c
2021-01-26 nightly release ( 6dda0363bb)
2021-01-26 10:19:32 -08:00
chronos_secgrp_pytorch_oss_ci_oncall
521dce53ee
2020-09-11 nightly release ( b5d75dddd9)
2020-09-11 00:02:39 -07:00
chronos_secgrp_pytorch_oss_ci_oncall
3fd4c696d9
2019-12-05 nightly release ( a939b52ddb)
2019-12-05 00:02:45 -08:00
Pritam Damania
c3b2c2e353
Design doc for distributed autograd. ( #29175 )
...
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/29175
Updates our docs to include a design doc for distributed autograd.
Currently, this doc only covers the FAST mode algorithm. The Smart mode
algorithm section just refers to the original RFC.
There is a section for Distributed Optimizer that we can complete once we've
finalized the API for the same.
ghstack-source-id: 93701129
Test Plan: look at docs.
Differential Revision: D18318949
fbshipit-source-id: 670ea1b6bb84692f07facee26946bbc6ce8c650c
2019-11-12 15:04:23 -08:00
Tzu-Wei Huang
cd14518ee8
hyperparameter plugin ( #23134 )
...
Summary:
closes https://github.com/pytorch/pytorch/issues/16838
example usage:
```python
writer.add_hparam(hparam_dict= {'lr': 0.1, 'bsize': 12}, metrics= {'accuracy': 0.987, 'loss': 10})
```
cc orionr
Pull Request resolved: https://github.com/pytorch/pytorch/pull/23134
Reviewed By: orionr
Differential Revision: D16807300
Pulled By: sanekmelnikov
fbshipit-source-id: 4072c529076f423b34b00b68be2d6eec444423fe
2019-08-26 10:40:34 -07:00
PgLoLo
ec45baf4dd
tensor_illustration with correct numbers and better fonts for README file ( #20751 )
...
Summary:
Fix of README tensor image for issue #20641
Numbers are fixed, symbols made more readable.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/20751
Differential Revision: D15495706
Pulled By: ezyang
fbshipit-source-id: b6013574d16253ec681fc57143efe3d53952fbe9
2019-05-24 09:18:18 -07:00
Tzu-Wei Huang
cfc98ae714
fix add_histogram_raw ( #20688 )
...
Summary:
This is a porting of the fix from:
https://github.com/lanpa/tensorboardX/issues/421
cc orionr
Pull Request resolved: https://github.com/pytorch/pytorch/pull/20688
Reviewed By: NarineK
Differential Revision: D15415093
Pulled By: orionr
fbshipit-source-id: d32a6298218fbc6fe315aa0f18b57e0c8ef92627
2019-05-22 14:06:21 -07:00
Tzu-Wei Huang
7edf9a25e8
Clarify API and add examples for all methods ( #20008 )
...
Summary:
As a part of supporting writing data into TensorBoard readable format, we show more example on how to use the function in addition to the API docs.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/20008
Reviewed By: natalialunova
Differential Revision: D15261502
Pulled By: orionr
fbshipit-source-id: 16611695a27e74bfcdf311e7cad40196e0947038
2019-05-08 14:06:10 -07:00
Michael Suo
2f840ba6d6
upload alias tracker graph for docs ( #17476 )
...
Summary:
as title
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17476
Differential Revision: D14218312
Pulled By: suo
fbshipit-source-id: 64df096a3431a6f25cd2373f0959d415591fed15
2019-02-25 16:58:43 -08:00
Xiang Gao
3799d32b7b
Optimize images ( #14084 )
...
Summary:
This is a PR that [ImgBot](https://imgbot.net/ ) opened on my fork https://github.com/zasdfgbnm/pytorch/pull/1 , I forward it here. ImgBot does lossless compression on images to reduce file size.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14084
Differential Revision: D13356293
Pulled By: ezyang
fbshipit-source-id: 731236d95ad870db8ccb99b03ed306704365242c
2018-12-05 22:46:32 -08:00
Brendan Soffientini
2d60afbc90
Remove outdated css file and refs in cpp conf.py ( #14779 )
...
Summary:
pytorch_theme.css is no longer necessary for the cpp or html docs site build. The new theme styles are located at https://github.com/pytorch/pytorch_sphinx_theme . The Lato font is also no longer used in the new theme.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14779
Differential Revision: D13356125
Pulled By: ezyang
fbshipit-source-id: c7635eb7512c7dcaddb9cad596ab3dbc96480144
2018-12-05 21:55:45 -08:00
Yangqing Jia
38f3d1fc40
move flags to c10 ( #12144 )
...
Summary:
still influx.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/12144
Reviewed By: smessmer
Differential Revision: D10140176
Pulled By: Yangqing
fbshipit-source-id: 1a313abed022039333e3925d19f8b3ef2d95306c
2018-10-04 02:09:56 -07:00
Tongzhou Wang
be3d65a7e2
i2h<->h2h in gif ( #8750 )
...
* i2h<->h2h
* should have 11 frames
2018-06-21 14:46:47 -04:00
Tongzhou Wang
55b8317f1d
Update gif with new logo ( #7301 )
...
* Update gif with new logo
* add requires_grad=True
2018-05-04 16:47:08 -04:00
Richard Zou
24681a8e49
Update unstable docs logo to new logo. ( #7305 )
...
Fixes #7302
2018-05-04 16:44:58 -04:00
Tongzhou Wang
371cc1e2db
update the gif for 0.4 ( #7262 )
2018-05-03 14:23:08 -07:00
Soumith Chintala
1904058370
update logos ( #7184 )
2018-05-02 10:56:20 -07:00
Richard Zou
265e1a97ec
Add different logo for master docs ( #6446 )
2018-04-09 18:48:53 -04:00
Soumith Chintala
460b8715a8
display version number in docs
2017-06-02 11:56:48 -04:00
Lucas Beyer
9150e33765
Add support for creating docsets. ( #1276 )
...
Docsets are an offline documentation format introduced by Dash.app and
supported by Zeal and some other open-source clones.
2017-04-17 16:35:02 -04:00
Soumith Chintala
a0afb79898
add pic to readme
2017-01-16 20:15:19 -05:00
Soumith Chintala
652b468ec2
Readme improvements
2017-01-16 18:05:26 -05:00
Soumith Chintala
af110d37f2
remove old docs
2017-01-16 15:06:08 -05:00
Adam Paszke
b7f36f93d5
Expand autograd docs and add sections
2017-01-03 18:31:08 -05:00
Adam Paszke
b277df6705
Doc css fixes for mobile and large screens ( #389 )
2016-12-31 12:01:01 -05:00
Adam Paszke
d2ef49384e
Add custom docs stylesheet ( #387 )
2016-12-31 10:32:00 -05:00