Skip to content

Commit

Permalink
work on torch==1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Nov 1, 2021
1 parent 893356c commit b4b3d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytorch_trainer/dataset/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import numpy
import six
import torch
from torch._six import container_abcs
from collections import abc as container_abcs

import pytorch_trainer

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pytorch-trainer',
version='1.3.1',
version='1.3.3',
packages=find_packages(),
url='https://github.com/Hiroshiba/pytorch-trainer',
author='Kazuyuki Hiroshiba',
Expand Down

0 comments on commit b4b3d64

Please sign in to comment.