in spodernet-master\spodernet\utils\global_config.py fourth line “ log = Logger('global_config.py.txt') ” i can't find the file 'global_config.py.txt' and when run " main.py "
it throw error AttributeError: 'Logger' object has no attribute 'f'
Yeah, this is not very well designed by me. The log file should be in a hidden folder in your home directory: $HOME/.data/log_files/ or ~/.data/log_files/. Can you find it there?
in spodernet-master\spodernet\utils\global_config.py fourth line “ log = Logger('global_config.py.txt') ” i can't find the file 'global_config.py.txt' and when run " main.py " it throw error AttributeError: 'Logger' object has no attribute 'f'