ali-pytorch
ali-pytorch copied to clipboard
logger has no attribute 'Experiment'
I think that the code you provided here does not install the proper version of logger that you actually use in the code.
I think what you're actually looking to install is https://github.com/oval-group/logger
Not sure how that's done, but in any case, the code does not work in its current state due to this error.
python has a standard logger library that is not the library that you use in your code. Right now, the logger in the requirements.txt refers to the standard logger library.
I may solve this problem. 1、download 0.3 mlogger:https://github.com/oval-group/mlogger/blob/v0.3/logger/xp.py 2、modify xp.Experiment log_git_hash for True to False