-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
When I ran evaluate.py, I encountered an issue specifically at line 175 of the code:
data_batch[idx, ...] = np.expand_dims(data[..., jj].copy(), 3) resulted in an error. After debugging, I changed it to
data_batch[idx, ...] = np.expand_dims(data[..., jj].copy(), 2), and it ran successfully. My environment is Python 3.7 with TensorFlow 1.15 and CUDA 10.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels