Oleksandr Lazariev
Results
2
issues of
Oleksandr Lazariev
TypeError: Input 'y' of 'Mul' Op has type resource that does not match type float32 of argument 'x'.
1
* Tensorflow 1.12.0 * CUDA 9.0 ``` File "AMSGrad.py", line 93, in _resource_apply_dense m_t = state_ops.assign(m, beta1_t * m + m_scaled_g_values, use_locking=self._use_locking) File "/home/user/.envs/default/lib/python3.6/site-packages/tensorflow/python/ops/math_ops.py", line 866, in binary_op_wrapper return func(x,...
I'm curious if you've tried the Spectral Normalization technic for your approach? At least at resolution 128^2 it didn't work for me