Chirag Jethva

Results 10 comments of Chirag Jethva

still the error is same.

No links are working. Is there any other way to get this pre-trained model like on google drive or?

**solution:** download vgg19.npy from [here](https://www.dropbox.com/s/691wtp4oq5ip38p/vgg19.npy) place this downloaded model into "models" folder comment the maybe_download line ![image](https://user-images.githubusercontent.com/43982278/91954866-06f9ec00-ed20-11ea-839f-675578f1128a.png)

@zsdonghao ![image](https://user-images.githubusercontent.com/43982278/91831493-c50a7080-ec61-11ea-9b9a-a07d1ce74080.png)

![image](https://user-images.githubusercontent.com/43982278/91831930-524dc500-ec62-11ea-81ec-d9f2ca229fc1.png)

can you specify which version of TensorFlow and tensorlayer you have used?

Try pip install tensorflow==2.0.0 On Wed, 28 Jul, 2021, 23:31 bmittman, ***@***.***> wrote: > Getting the same error as above, but changing lines 213 and 222 in > tensorlayer/models/core.py as...

Share the line which produces this error On Wed, 28 Jul, 2021, 23:38 bmittman, ***@***.***> wrote: > Tried that, it gives the same error > > — > You are...

I would suggest you make a new environment.. and install tensorflow again On Wed, 28 Jul, 2021, 23:43 bmittman, ***@***.***> wrote: > pip install tensorflow==2.0.0 gives the following error: >...