"vscode:/vscode.git/clone" did not exist on "843c326ee1a36109f4535e49765d3c1ed2366990"
  1. 09 Sep, 2021 7 commits
  2. 08 Sep, 2021 13 commits
  3. 07 Sep, 2021 5 commits
  4. 06 Sep, 2021 11 commits
  5. 02 Sep, 2021 4 commits
    • Nathan Raw's avatar
      Add PyTorch image classification example (#13134) · 76c4d8bf
      Nathan Raw authored
      *  add pytorch image classification example
      
      * 🔥 remove utils.py
      
      * 💄 fix flake8 style issues
      
      * 🔥 remove unnecessary line
      
      *  limit dataset sizes
      
      * 📌 update reqs
      
      * 🎨 restructure - use datasets lib
      
      * 🎨 import transforms directly
      
      * 📝 add comments
      
      * 💄 style
      
      * 🔥 remove flag
      
      * 📌 update requirement warning
      
      * 📝 add vision README.md
      
      * 📝 update README.md
      
      * 📝 update README.md
      
      * 🎨 add image-classification tag to model card
      
      * 🚚 rename vision ️ image-classification
      
      * 📝 update image-classification README.md
      76c4d8bf
    • Patrick von Platen's avatar
      up (#13396) · 9bd5d97c
      Patrick von Platen authored
      9bd5d97c
    • Patrick von Platen's avatar
      fix (#13395) · efa4f5f0
      Patrick von Platen authored
      efa4f5f0
    • Aman Madaan's avatar
      [docs] Update perplexity.rst to use negative log likelihood (#13386) · 596bb85f
      Aman Madaan authored
      * [docs] Update perplexity.rst to use negative log likelihood
      
      Model `forward` returns the negative log likelihood. The document correctly defines and calculates perplexity, but the description and variable names are inconsistent, which might cause confusion.
      
      * [docs] restyle perplexity.rst
      596bb85f