-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: It seems like you are not running under a folder governed by fitlog. #1
Comments
I have the same problem.How to fix it? |
sorry for late reply. You should manually init fitlog in your project dictionary,please refer to https://fitlog.readthedocs.io/zh/latest/
And, fitlog is a very nice tool for experiment result record, witch may be very helpful to you. |
@LeeSureman the problem has been solved, thanks, but I met another problem: |
@w5688414 maybe it' renamed by fastNLP.io.loader, and I have fixed it in code. |
@LeeSureman thanks for your help, it works |
when I run main file, I got an error:
RuntimeError: It seems like you are not running under a folder governed by fitlog.
full error is:
Batch_Parallel_LatticeLSTM git:(master) ✗ python main.py --dataset resume Reach the root or home. Can not find the config file. Traceback (most recent call last): File "main.py", line 52, in <module> fitlog.commit(__file__,fit_msg=fit_msg) File "/home/eric/anaconda3/lib/python3.7/site-packages/fitlog/__init__.py", line 65, in commit _logger.commit(file, fit_msg) File "/home/eric/anaconda3/lib/python3.7/site-packages/fitlog/fastlog/logger.py", line 27, in wrapper return func(*args, **kwargs) File "/home/eric/anaconda3/lib/python3.7/site-packages/fitlog/fastlog/logger.py", line 96, 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
The text was updated successfully, but these errors were encountered: