Sv Sz
Sv Sz
File "/usr/local/lib/python3.6/dist-packages/neuralgym/ops/layers.py", line 115, in func=tf.image.resize_bilinear, name='resize'): AttributeError: module 'tensorflow._api.v2.image' has no attribute 'resize_bilinear' It concerns are placed here: ```python 114 def resize(x, scale=2, to_shape=None, align_corners=True, dynamic=False, 115 func=tf.image.resize_bilinear, name='resize'):...
Hey Guys, it's me again. I am still working on my DEM Data. As I already mentioned I inpainted my 32,32,1 data with your Partial Convolution Model. Results were satisfactory!...