Skip to content

Conversation

@akhilvasvani
Copy link

Upgraded all the main files for Python3.6+ and PyTorch 1.1.0+ usage

from miscc.utils import mkdir_p
from model import G_NET, D_NET64, D_NET128, D_NET256, D_NET512, D_NET1024, INCEPTION_V3

from tensorboardX import FileWriter, summary

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to install tensorboardX dependency from https://github.com/lanpa/tensorboardX, this is not included in dependency section in the README.md

Copy link
Author

@akhilvasvani akhilvasvani Jan 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha. I had tensorboard in the README.md not tensorboardX. Will update that. Thanks

@sursu
Copy link

sursu commented Jan 19, 2020

What holds back this PR?

from miscc.utils import mkdir_p
from model import G_NET, D_NET64, D_NET128, D_NET256, D_NET512, D_NET1024, INCEPTION_V3

from tensorboardX import FileWriter, summary
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest there to be used:
from torch.utils.tensorboard import summary, FileWriter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants