sketch-rnn icon indicating copy to clipboard operation
sketch-rnn copied to clipboard

when i try sample.py,it shows ImportError: No module named models.rnn

Open jackylee1 opened this issue 7 years ago • 1 comments

when i try sample.py,it shows ImportError: No module named models.rnn

why is that

jackylee1 avatar Jan 24 '18 13:01 jackylee1

@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

SHUSHENGQIGUI avatar Apr 20 '18 02:04 SHUSHENGQIGUI