pytorch/docs/source
Marcin Elantkowski c2046c1e5e Implement adaptive softmax (#5287)
* Implement adaptive softmax

* fix test for python 2

* add return_logprob flag

* add a test for cross-entropy path

* address review comments

* Fix docs

* pytorch 0.4 fixes

* address review comments

* don't use no_grad when computing log-probs

* add predict method

* add test for predict

* change methods order

* get rid of hardcoded int values

* Add an optional bias term to the head of AdaptiveSoftmax
2018-06-04 12:12:03 -04:00
..
_static Update gif with new logo (#7301) 2018-05-04 16:47:08 -04:00
_templates Fix stable link to always be /stable/ (#6907) 2018-04-24 15:42:46 -04:00
notes Fix the import part of the windows doc (#7979) 2018-05-30 21:51:30 -04:00
scripts fix activation images not showing up on official website (#6367) 2018-04-07 11:06:24 -04:00
autograd.rst Update docs with new tensor repr (#6454) 2018-04-21 07:35:37 -04:00
bottleneck.rst [docs] Clarify more CUDA profiling gotchas in bottleneck docs (#6763) 2018-04-19 13:15:27 -04:00
checkpoint.rst [docs] Fix some sphinx warnings (#6764) 2018-04-19 12:37:42 -04:00
conf.py Add different logo for master docs (#6446) 2018-04-09 18:48:53 -04:00
cpp_extension.rst Inline JIT C++ Extensions (#7059) 2018-04-30 11:48:44 -04:00
cuda.rst Fix Python docs for broadcast and braodcast_coalesced (#4727) 2018-01-19 10:57:20 -05:00
data.rst move Subset, random_split to data, use sequence at some places. (#7816) 2018-05-25 12:50:50 +02:00
distributed.rst fix nccl distributed documentation 2018-05-17 18:03:54 -04:00
distributions.rst [distributions] Implement Independent distribution (#6615) 2018-04-16 11:42:12 -04:00
ffi.rst Improve ffi utils (#479) 2017-01-18 11:17:01 -05:00
index.rst Update docs with new tensor repr (#6454) 2018-04-21 07:35:37 -04:00
legacy.rst Add anything in torch.legacy docs 2017-01-16 12:59:47 -05:00
model_zoo.rst Add model_zoo utility torch torch.utils (#424) 2017-01-09 13:16:58 -05:00
multiprocessing.rst Typofix 2017-10-13 01:31:22 +02:00
nn.rst Implement adaptive softmax (#5287) 2018-06-04 12:12:03 -04:00
onnx.rst Fix file extension (#7852) 2018-05-29 15:52:31 -04:00
optim.rst Add Cosine Annealing LR Scheduler (#3311) 2017-12-18 02:43:08 -05:00
sparse.rst Update docs with new tensor repr (#6454) 2018-04-21 07:35:37 -04:00
storage.rst Start documenting torch.Tensor (#377) 2016-12-30 01:21:34 -05:00
tensor_attributes.rst Update device docs (#6887) 2018-04-23 19:04:20 -04:00
tensors.rst Implement torch.as_tensor, similar to numpy.asarray. (#7109) 2018-05-01 12:54:43 -04:00
torch.rst Implement torch.as_tensor, similar to numpy.asarray. (#7109) 2018-05-01 12:54:43 -04:00