A problem about the utils
Winter-Dry opened this issue · 0 comments
Winter-Dry commented
Thanks for your wonderful work, I'm trying to set up the environment and running the code, but an error occured. Detialed as follows:
Traceback (most recent call last):
File "train_iteration_conf_agnn.py", line 22, in
from utils.balanced_BCE import class_balanced_cross_entropy_loss
ModuleNotFoundError: No module named 'utils.balanced_BCE'
I can't find any file or folder named "utils" in this repository, could you tell me where I can find it.