Skip to content

evaluate problem #61

@Blulence

Description

@Blulence

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions