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
In train.py, the neural network is currently defined with the size of the tiled data. This should be updated such that it uses the size of the qlty patches instead while retaining the number of channels according to the input data.
As a test case, you can consider a data size of (217, 217) with qlty patches on (32, 32).
The text was updated successfully, but these errors were encountered:
In
train.py
, the neural network is currently defined with the size of the tiled data. This should be updated such that it uses the size of the qlty patches instead while retaining the number of channels according to the input data.As a test case, you can consider a data size of (217, 217) with qlty patches on (32, 32).
The text was updated successfully, but these errors were encountered: