fastnlp / fitlog

fitlog是一款在深度学习训练中用于辅助用户记录日志和管理代码的工具
https://gitee.com/fastnlp/fitlog
Apache License 2.0
1.47k stars 128 forks source link

RuntimeError: It seems like you are not running under a folder governed by fitlog. #57

Open vlice1999 opened 2 years ago

vlice1999 commented 2 years ago

Reach the root or home. Can not find the config file. Traceback (most recent call last): File "train_presum.py", line 22, in fitlog.commit('file') File "/root/miniconda3/envs/myconda/lib/python3.8/site-packages/fitlog-0.9.13-py3.8.egg/fitlog/init.py", line 95, in commit _logger.commit(file, fit_msg) File "/root/miniconda3/envs/myconda/lib/python3.8/site-packages/fitlog-0.9.13-py3.8.egg/fitlog/fastlog/logger.py", line 32, in wrapper return func(*args, **kwargs) File "/root/miniconda3/envs/myconda/lib/python3.8/site-packages/fitlog-0.9.13-py3.8.egg/fitlog/fastlog/logger.py", line 142, in commit raise RuntimeError("It seems like you are not running under a folder governed by fitlog.\n" + msg['msg']) RuntimeError: It seems like you are not running under a folder governed by fitlog. Error: Config file is not found

yhcc commented 2 years ago

在系统路径下,使用fitlog init .来初始化一个fitlog项目了吗?