wchen342 / SketchyGAN

Code for paper "SketchyGAN: Towards Diverse and Realistic Sketch to Image Synthesis"
MIT License
131 stars 32 forks source link

Error in flickr_filter to import tensorflow slim #33

Closed nitish11 closed 5 years ago

nitish11 commented 5 years ago

Hi,

The following imports are not working.

from slim.nets import nets_factory
from slim.preprocessing import preprocessing_factory

I copied the library folder also from the mentioned source . But you also see, the slim library doesn't contain following modules

nets.nets_factory
preprocessing .preprocessing_factory

Could anyone please suggest how to resolve this issue.

nitish11 commented 5 years ago

I got the issue resolved by myself. You need to import slim from this source.

https://github.com/tensorflow/models/tree/master/research/slim