Skip to content

Commit 518ea86

Browse files
committed
bug fixes
1 parent 24f8c30 commit 518ea86

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup,find_packages
22

33
setup(name="torchfusion-utils",
4-
version='0.1.4',
4+
version='0.1.5',
55
description='A pytorch helper library for Mixed Precision Training, Initialization, Metrics and More Utilities to simplify training of deep learning models',
66
url="https://github.com/johnolafenwa/TorchFusion-Utils",
77
author='John Olafenwa and Moses Olafenwa (DeepQuest AI)',

torchfusion_utils/fp16/fp16.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from torch.autograd import Variable
99
from torch._utils import _flatten_dense_tensors, _unflatten_dense_tensors
1010
from torch.optim import Optimizer
11+
import copy
1112

1213
class MultiSequential(nn.Sequential):
1314
def __init__(self, *args):

0 commit comments

Comments
 (0)