jalola / improved-wgan-pytorch

Improved WGAN in Pytorch
MIT License
439 stars 68 forks source link

tflibtorch package #3

Closed koutilya-pnvr closed 6 years ago

koutilya-pnvr commented 6 years ago

Hi, I was going over the code in congan_train and came across line 11 (import tflibtorch as lib). Just wondering where this library is?

jalola commented 6 years ago

Hi, That was a mistake. It should be the same to gan_train.py. I fixed it. Thanks for pointing it.