Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnolafenwa committed Jun 8, 2019
1 parent 24f8c30 commit 518ea86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup,find_packages

setup(name="torchfusion-utils",
version='0.1.4',
version='0.1.5',
description='A pytorch helper library for Mixed Precision Training, Initialization, Metrics and More Utilities to simplify training of deep learning models',
url="https://github.com/johnolafenwa/TorchFusion-Utils",
author='John Olafenwa and Moses Olafenwa (DeepQuest AI)',
Expand Down
1 change: 1 addition & 0 deletions torchfusion_utils/fp16/fp16.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from torch.autograd import Variable
from torch._utils import _flatten_dense_tensors, _unflatten_dense_tensors
from torch.optim import Optimizer
import copy

class MultiSequential(nn.Sequential):
def __init__(self, *args):
Expand Down

0 comments on commit 518ea86

Please sign in to comment.