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 test.py, specifically, here, I find that the variable data_shape1ax has been referenced, but if I am using the single network (i.e., if(config_net1) is True) for whole tumor (similarly for other two tumor networks) data_shape1ax (similarly for data_shape2ax and data_shape3ax) will be undefined.
I get the following error:
UnboundedLocalError: local variable 'data_shape1ax' referenced before assignment.
The text was updated successfully, but these errors were encountered:
Hi,
In test.py, specifically, here, I find that the variable
data_shape1ax
has been referenced, but if I am using the single network (i.e.,if(config_net1)
is True) for whole tumor (similarly for other two tumor networks)data_shape1ax
(similarly fordata_shape2ax
anddata_shape3ax
) will be undefined.I get the following error:
UnboundedLocalError: local variable 'data_shape1ax' referenced before assignment.
The text was updated successfully, but these errors were encountered: