TimDettmers / spodernet

NLP
MIT License
14 stars 10 forks source link

where is 'global_config.py.txt' #4

Open lmobot opened 5 years ago

lmobot commented 5 years ago

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'

TimDettmers commented 5 years ago

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?