Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xbinglzh/pytorchTutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: patrickloeber/pytorchTutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 6 files changed
  • 6 contributors

Commits on Aug 4, 2021

  1. The class_labels should be ground truth data

    Based on pytorch docs, the parameter "labels" of add_pr_curve() should be
    ground truth data. But in Line 141, class_labels append our own
    predictions. Therefore, I substitute "labels" for "predicted".
    gyes00205 committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    43697b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Update 05_1_gradientdescent_manually.py

    bug fix in gradient calculation
    guidogallopyn authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    c3b0a21 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Update 16_tensorboard.py

    model was on graphic card and example_data was on cpu so was throwing error
    preyasgarg authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    b5843ae View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Update 17_save_load.py

    Fix a typo
    kevinlin19910227 authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f4735ad View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. iter.next() to next(iter)

    The new pytorch version does not allow the old command and causes the code to return errors when running. It is a small fix, that will especially help beginners.
    danblae committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    28e0e44 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Merge pull request patrickloeber#9 from gyes00205/master

    Update 16_tensorboard.py
    patrickloeber authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    75d768b View commit details
    Browse the repository at this point in the history
  2. Merge pull request patrickloeber#10 from guidogallopyn/patch-1

    Update 05_1_gradientdescent_manually.py
    patrickloeber authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    cc18036 View commit details
    Browse the repository at this point in the history
  3. Merge pull request patrickloeber#14 from kevinlin19910227/kevinlin199…

    …10227-patch-1
    
    Update 17_save_load.py
    patrickloeber authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    63585a0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request patrickloeber#20 from danblae/master

    iter.next() to next(iter)
    patrickloeber authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    fbb6f59 View commit details
    Browse the repository at this point in the history
  5. Merge pull request patrickloeber#13 from preyasgarg/patch-2

    Update 16_tensorboard.py
    patrickloeber authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    6963772 View commit details
    Browse the repository at this point in the history
Loading