You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I managed to pass runGAN.py 0 and 1 without errors, but runGAN.py 2 gives the following:
Testing test case 2
[Configurations]:
output: ./results/metric_log/
results: ./results/calendar
targets: ./HR/calendar
End of configuration
Loading model from: D:\TecoGAN\LPIPSmodels\v0.1\alex.pth
metrics.py:216: RuntimeWarning: invalid value encountered in true_divide
num_data_mean = num_data_sum / num_data_len
Traceback (most recent call last):
File "metrics.py", line 218, in <module>
(num_data, cur_list.max(), cur_list.min(), num_data_mean))
File "C:\Users\NAME\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\_methods.py", line 30, in _amax
return umr_maximum(a, axis, None, out, keepdims, initial, where)
ValueError: zero-size array to reduction operation maximum which has no identity
My pip list:
Python 3.6.8
Cuda 10.2.89 441.22 win10 + Patch 2
I tried to install python version 3.7.2, 3.7.9, but running runGan.py 1 gave this error:
File "C:\Users\NAME\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\contrib\rnn\ops\gen_gru_ops.py", line 174, in <module>
_ops.RegisterShape("GRUBlockCell")(None)
AttributeError: module 'tensorflow.python.framework.ops' has no attribute 'RegisterShape'
The text was updated successfully, but these errors were encountered:
Hello. I managed to pass runGAN.py 0 and 1 without errors, but runGAN.py 2 gives the following:
My pip list:
Python 3.6.8
Cuda 10.2.89 441.22 win10 + Patch 2
I tried to install python version 3.7.2, 3.7.9, but running runGan.py 1 gave this error:
The text was updated successfully, but these errors were encountered: