i am training stylegan2-ada-pytorch from google colab with my custom images however on trying to perform the initial training i get the above error from tensorboard
cmd = f"/usr/bin/python3 /content/stylegan2-ada-pytorch/train.py --snap {SNAP} --outdir {EXPERIMENTS} --data {DATA}"
!{cmd}
Try reinstalling TensorFlow
.
I used pip3 install tensorflow==2.9.1
and it got resolved.
It might be due to a compatibility issue between the Tensorboard and Numpy version, updating Numpy to the latest version could solve this issue
>> pip install --upgrade numpy
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With