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: xue185/pytorch-in-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: xiaobaoonline/pytorch-in-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    ad00fef View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    a3f267e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Configuration menu
    Copy the full SHA
    0533f53 View commit details
    Browse the repository at this point in the history
  2. 更新:torch.utils.data.TensorDataset()函数

    # 原版使用方法
    train_dataset = Data.TensorDataset(data_tensor=x, target_tensor=y)
     
    # 新版使用方法
    train_dataset = Data.TensorDataset(x,y)
    XQiao authored Jun 6, 2020
    Configuration menu
    Copy the full SHA
    47b046f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Merge pull request xiaobaoonline#16 from QiaoFeng0419/patch-3

    更新:torch.utils.data.TensorDataset()函数
    jiangyangbo authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    30e025b View commit details
    Browse the repository at this point in the history
  2. Merge pull request xiaobaoonline#15 from QiaoFeng0419/patch-2

    更正:iris 中输出是3类,而不是4类
    jiangyangbo authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    a591b1b View commit details
    Browse the repository at this point in the history
  3. Merge pull request xiaobaoonline#12 from xiaobaoonline/dependabot/pip…

    …/pillow-6.2.0
    
    Bump pillow from 5.1.0 to 6.2.0
    jiangyangbo authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    de69ac4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request xiaobaoonline#11 from xiaobaoonline/dependabot/pip…

    …/urllib3-1.24.2
    
    Bump urllib3 from 1.24 to 1.24.2
    jiangyangbo authored Jun 10, 2020
    Configuration menu
    Copy the full SHA
    193745d View commit details
    Browse the repository at this point in the history
Loading