From e840559b2d008b77d72fdcf05dd60c06532e5a41 Mon Sep 17 00:00:00 2001 From: Shital Shah Date: Wed, 13 Nov 2019 03:03:23 -0800 Subject: [PATCH] increase version --- .gitignore | 3 ++- setup.py | 2 +- test/pre_train/draw_model.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9417807..e113cf6 100644 --- a/.gitignore +++ b/.gitignore @@ -450,4 +450,5 @@ ASALocalRun/ # BeatPulse healthcheck temp database healthchecksdb -runs/ \ No newline at end of file +runs/ +abc.png \ No newline at end of file diff --git a/setup.py b/setup.py index 2b119a9..e1c1934 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="tensorwatch", - version="0.8.5", + version="0.8.6", author="Shital Shah", author_email="shitals@microsoft.com", description="Interactive Realtime Debugging and Visualization for AI", diff --git a/test/pre_train/draw_model.py b/test/pre_train/draw_model.py index e8fcf30..8b81440 100644 --- a/test/pre_train/draw_model.py +++ b/test/pre_train/draw_model.py @@ -5,6 +5,6 @@ import tensorwatch as tw vgg16_model = torchvision.models.vgg16() drawing = tw.draw_model(vgg16_model, [1, 3, 224, 224]) -drawing.save('abc') +drawing.save('abc.png') input("Press any key") \ No newline at end of file