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
Invalid argument: ValueError: could not broadcast input array from shape (512,500,3) int$
shape (512,512,3)
Traceback (most recent call last):
File "/home/user/lib_local/miniconda3/lib/python3.8/site-packages/tensorflow/python/ops/script_ops.py", line 249, in call
ret = func(*args)
File "/home/user/lib_local/miniconda3/lib/python3.8/site-packages/tensorflow/python/autograph/impl/api.py", line 645, in wrapper
return func(*args, **kwargs)
File "/home/user/lib_local/miniconda3/lib/python3.8/site-packages/tensorflow/python/data/ops/dataset_ops.py", line 892, in generator_py_func
values = next(generator_state.get_iterator(iterator_id))
File "/home/user/lib_local/miniconda3/lib/python3.8/site-packages/tensorflow/python/keras/engine/data_adapter.py", line 839, in wrapped_generator
for data in generator_fn():
File "/data/user/liaozk/multi-task-defocus-deblurring-dual-pixel-nimat-main/mdp_code/data.py", line 205, in generator
src_ims[i] = img_src_c[s_p[0]:e_p[0],s_p[1]:e_p[1],:]
ValueError: could not broadcast input array from shape (512,500,3) into shape (512,512,3)
Thank you for your contribution. Have you ever meet this bug in the training phase 1? Thank you
The text was updated successfully, but these errors were encountered:
Invalid argument: ValueError: could not broadcast input array from shape (512,500,3) int$
shape (512,512,3)
Traceback (most recent call last):
File "/home/user/lib_local/miniconda3/lib/python3.8/site-packages/tensorflow/python/ops/script_ops.py", line 249, in call
ret = func(*args)
File "/home/user/lib_local/miniconda3/lib/python3.8/site-packages/tensorflow/python/autograph/impl/api.py", line 645, in wrapper
return func(*args, **kwargs)
File "/home/user/lib_local/miniconda3/lib/python3.8/site-packages/tensorflow/python/data/ops/dataset_ops.py", line 892, in generator_py_func
values = next(generator_state.get_iterator(iterator_id))
File "/home/user/lib_local/miniconda3/lib/python3.8/site-packages/tensorflow/python/keras/engine/data_adapter.py", line 839, in wrapped_generator
for data in generator_fn():
File "/data/user/liaozk/multi-task-defocus-deblurring-dual-pixel-nimat-main/mdp_code/data.py", line 205, in generator
src_ims[i] = img_src_c[s_p[0]:e_p[0],s_p[1]:e_p[1],:]
ValueError: could not broadcast input array from shape (512,500,3) into shape (512,512,3)
Thank you for your contribution. Have you ever meet this bug in the training phase 1? Thank you
The text was updated successfully, but these errors were encountered: