dvschultz / ai

bash script to install Artifical Images materials
152 stars 55 forks source link

Cannot convert a symbolic tensor to a numpy array #7

Closed JeremyKeenan closed 3 years ago

JeremyKeenan commented 3 years ago

Working through the paperspace version of StyleGan2 training video - all works well until I go to train, then I get this error:

NotImplementedError: Cannot convert a symbolic Tensor (Inputs/minibatch_gpu_in:0) to a numpy array.

All images are 1024x1024, and TF records look the same as in the tutorial. Not sure how to proceed...

JeremyKeenan commented 3 years ago

I got this error to go away by downgrading numpy to 1.14.3.