fixed error with shorter batch cycles

This commit is contained in:
William Falcon 2019-05-14 06:11:52 -04:00
parent c973245ba1
commit 98b26c5c7e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from setuptools import setup, find_packages
# http://blog.ionelmc.ro/2014/05/25/python-packaging/
setup(
name="pytorch-lightning",
version='0.1.dev182',
version='0.1.dev1821',
description="The Keras for ML researchers using PyTorch",
author="William Falcon",
author_email="waf2107@columbia.edu",