sketch-rnn
sketch-rnn copied to clipboard
when i try sample.py,it shows ImportError: No module named models.rnn
when i try sample.py,it shows ImportError: No module named models.rnn
why is that
@jackylee1 because models.rnn has been replaced by tf.contrib.rnn in new tensorflow version. but i have a similar issue . it shows ModuleNotFoundError: No module named 'copy_reg\r'. how can i deal with it