Skip to content
Permalink
master

Commits on Oct 9, 2020

  1. Removes Outdated Trainer Tutorial (#1181)

    * Update index.rst
    
    * Delete aws_distributed_training_tutorial.py
    brianjo committed Oct 9, 2020

Commits on Oct 2, 2020

  1. Update saving_loading_models.py (#1173)

    ppwwyyxx committed Oct 2, 2020

Commits on Sep 29, 2020

  1. minor typo fixes (#1160)

    Co-authored-by: Brian Johnson <brianjo@fb.com>
    jeffxtang and brianjo committed Sep 29, 2020

Commits on Sep 28, 2020

Commits on Sep 25, 2020

  1. Update dynamic quant tutorial for saving quantized model (#1167)

    Summary:
    Addresses pytorch/pytorch#43016
    Test Plan:
    
    Reviewers:
    
    Subscribers:
    
    Tasks:
    
    Tags:
    supriyar committed Sep 25, 2020
    1
  2. Update tutorials to use TensorPipeRpcBackendOptions. (#1164)

    * Update tutorials to use TensorPipeRpcBackendOptions.
    
    * Commit
    
    Summary:
    
    Test Plan:
    
    Reviewers:
    
    Subscribers:
    
    Tasks:
    
    Tags:
    
    * Commit2
    
    Summary:
    
    Test Plan:
    
    Reviewers:
    
    Subscribers:
    
    Tasks:
    
    Tags:
    
    Co-authored-by: pritam <pritam.damania@fb.com>
    pritamdamania87 and pritamdamania committed Sep 25, 2020

Commits on Sep 24, 2020

  1. A fix for one line comment when removing runnable code. (#1165)

    Co-authored-by: v-jizhang <66389669+buck-bot@users.noreply.github.com>
    v-jizhang and buck-bot committed Sep 24, 2020

Commits on Sep 22, 2020

  1. Add Performance Tuning guide recipe (#1161)

    * Performance Tuning Guide - initial commit
    
    * Minor tweaks
    
    * Switched profiling guide thumbnail to pytorch logo
    
    * Converted Tuning Guide to 80 chars/line
    
    * Split tuning guide into general, GPU-specific and distributed optimizations.
    
    * WAR to fix generation of header for 1st section
    
    * Minor fixes
    
    * Implemented changes suggested during initial review
    
    * Changed 'addition assignment' to 'addition'
    
    * Removed sentences about 1 CPU core for DataParallel training
    
    * Reordering of layers is recommended only for DDP(find_unused_parameters=True)
    
    * Fixed formatting
    
    * s/constructors/model constructors and s/match/roughly match
    
    * Fixed typos
    szmigacz committed Sep 22, 2020

Commits on Sep 21, 2020

  1. Update dist_overview with additional information. (#1155)

    Summary: 1) Added DDP + RPC tutorial.
    2) Added a pointer to PT Distributed CONTRIBUTING.md.
    
    Test Plan: Verified by loading the page locally.
    
    Reviewers: sentinel
    
    Subscribers:
    
    Tasks:
    
    Tags:
    
    Co-authored-by: pritam <pritam.damania@fb.com>
    pritamdamania87 and pritamdamania committed Sep 21, 2020
  2. Fix typo "asynchronizely" -> "asynchronously" (#1154)

    PWhiddy committed Sep 21, 2020

Commits on Sep 17, 2020

  1. Dist rpc merge (#1158)

    * Create distributed_rpc_profiling.rst
    
    * Update recipes_index.rst
    
    * Add files via upload
    
    * Update recipes_index.rst
    brianjo committed Sep 17, 2020

Commits on Sep 15, 2020

  1. Fix model to be properly exported to ONNX (#1144)

    Co-authored-by: Brian Johnson <brianjo@fb.com>
    thiagocrepaldi and brianjo committed Sep 15, 2020
  2. Python recipe for automatic mixed precision (#1137)

    * fdsa
    
    * Tutorial runs
    
    * clarify one scaler per convergence run
    
    * adjust sizes, dont run illustrative sections
    
    * satisfying ocd
    
    * MORE
    
    * fdsa
    
    * details
    
    * rephrase
    
    * fix formatting
    
    * move script to recipes
    
    * hopefully moved to recipes
    
    * fdsa
    
    * add amp_tutorial to toctree
    
    * amp_tutorial -> amp_recipe
    
    * looks like backtick highlights dont render in card_description
    
    * correct path for amp_recipe.html
    
    * arch notes and saving/restoring
    
    * formatting
    
    * fdsa
    
    * Clarify autograd-autocast interaction for custom ops
    
    * touchups
    
    Co-authored-by: Brian Johnson <brianjo@fb.com>
    mcarilli and brianjo committed Sep 15, 2020

Commits on Sep 9, 2020

  1. Install torch not torch vision (#1153)

    Small update to recipe that instructs users to install `torch` not `torchaudio`
    ranman committed Sep 9, 2020

Commits on Sep 1, 2020

  1. Fix typo in "Introduction to Pytorch" tutorial (in NLP tutorial) (#1145)

    * Fix typo in "Introduction to Pytorch" tutorial (in Pytorch for NLP tutorials)
    
    * Dummy commit, to restart CI
    
    * Revert dummy commit, to restart CI
    
    * Revert whitespace changes
    viswavi committed Sep 1, 2020

Commits on Aug 31, 2020

  1. Added Ray Tune Hyperparameter Tuning Tutorial (#1066)

    * Added Ray Tune Hyperparameter Tuning Tutorial
    
    * Use nightly ray release
    
    * Fix checkpoint API
    
    Co-authored-by: Brian Johnson <brianjo@fb.com>
    krfricke and brianjo committed Aug 31, 2020

Commits on Aug 28, 2020

  1. LSTM's -> LSTMs in equence_models_tutorial.py docs (#1136)

    Co-authored-by: Brian Johnson <brianjo@fb.com>
    adelevie and brianjo committed Aug 28, 2020
  2. Update index.rst

    Fix to broken link.
    brianjo committed Aug 28, 2020
  3. Update index.rst (#1140)

    Fixed incorrect link.
    brianjo committed Aug 28, 2020
  4. Disable `pytorch_windows_builder_worker` config (#1143)

    See #1141
    malfet committed Aug 28, 2020

Commits on Aug 27, 2020

  1. Run win_test_worker manually (#1142)

    Merging to clean up a build issue.
    malfet committed Aug 27, 2020
  2. Fix typo & Minor changes (#1138)

    Thanks for the fixes @codingbowoo!
    codingbowoo committed Aug 27, 2020

Commits on Aug 26, 2020

  1. Corrected model.resnet50() spelling (#1139)

    Spelling mistake led to errors for beginners.
    ucalyptus committed Aug 26, 2020

Commits on Aug 20, 2020

  1. Update autocast in dispatcher tutorial (#1128)

    * draft
    
    * fixes
    
    * dont overrun the line
    mcarilli committed Aug 20, 2020

Commits on Aug 19, 2020

  1. Recover the attributes of torch in memory_format_tutorial (#1112)

    Co-authored-by: Brian Johnson <brianjo@fb.com>
    guyang3532 and brianjo committed Aug 19, 2020

Commits on Aug 12, 2020

  1. Fix typo (#1118)

    In PyTorch tutorial, `torch` should be installed rather than `torchaudio`
    malfet committed Aug 12, 2020

Commits on Aug 10, 2020

  1. Fix typo in defining_a_neural_network.py (#1115)

    Thanks for the fix @robz!
    robz committed Aug 10, 2020

Commits on Aug 7, 2020

  1. Add tag for "Combining Distributed DataParallel with Distributed RPC …

    …Framework" tutorial
    jlin27 committed Aug 7, 2020

Commits on Aug 5, 2020

  1. Brianjo hash fix (#1107)

    * Update build.sh
    
    Fixing some build issues.
    
    * Update requirements.txt
    
    Continue build fix.
    
    * Update build.sh
    
    Testing upgrade option
    
    * Update build.sh
    brianjo committed Aug 5, 2020
  2. Disable memory_format_tutorial on Windows CI (#1105)

    guyang3532 committed Aug 5, 2020

Commits on Aug 4, 2020

  1. Add windows ci build (#1049) (#1102)

    guyang3532 committed Aug 4, 2020

Commits on Jul 31, 2020

  1. Revert "Add windows ci build (#1049)" (#1094)

    This reverts commit b97599a.
    brianjo committed Jul 31, 2020

Commits on Jul 29, 2020

  1. Add windows ci build (#1049)

    guyang3532 committed Jul 29, 2020

Commits on Jul 28, 2020

  1. Add prototype tutorials

    jlin27 committed Jul 28, 2020
Older
You can’t perform that action at this time.