magenta / magenta-demos

Demonstrations of Magenta Models
Apache License 2.0
1.32k stars 419 forks source link

Setting the environment to run the Sketch_RNN.ipynb #83

Open xavierign opened 4 years ago

xavierign commented 4 years ago

Hello there, thanks for the material, it is awesome.

I want to play around with Sketch_RNN.ipynb but I am having troubles when setting environment. I am having difficulties with these libraries/versions are these the correct versions?

tensorflow==1.8.0? tensorflow_probability==XX? ## tensorflow 1.8.0 only works with 0.0.1, but I am kind of lost magenta==1.2.2?

is there a colab version where I can see libraries versions? thanks for your help!.

ERROR: tensorflow-gan 2.0.0 has requirement tensorflow-probability>=0.7, but you'll have tensorflow-probability 0.0.1 which is incompatible. ERROR: dm-sonnet 1.35 has requirement tensorflow-probability>=0.6.0, but you'll have tensorflow-probability 0.0.1 which is incompatible. ERROR: tensor2tensor 1.15.4 has requirement tensorflow-probability==0.7.0, but you'll have tensorflow-probability 0.0.1 which is incompatible. ERROR: magenta 1.2.2 has requirement tensorflow<2.0.0,>=1.15.0, but you'll have tensorflow 1.8.0 which is incompatible. ERROR: magenta 1.2.2 has requirement tensorflow-probability==0.7.0, but you'll have tensorflow-probability 0.0.1 which is incompatible.