You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a big fan of fitlog and often recommend it to my colleagues. Thank you for creating such a great repository.
I found that when viewing the log file on the webpage, there is a column called git_id, for example, ID: log_20230221_075043 with git_id: 395daa36. I also use Github to manage the same set of code while using fitlog, I thought git_id would match the commit ID of Github repository. But I found that the digits of git_id of fitlog and commit ID of Github repository are inconsistent. For example, "git_id of fitlog = 395daa36" but "commit ID of Github repository = e9ca0d4".
I'm curious, how can I use git_id of fitlog to identify the commit ID of Github repository?
The text was updated successfully, but these errors were encountered:
I'm sorry that we were unable to reproduce your issue and cannot provide very suitable suggestions. However, we found that multiple commits may occur simultaneously on different processes in multi-card training. You may check whether your problem was caused by this situation.
If you encounter this situation, we recommend that you set the fitlog to debug mode on non-main processes by using fitlog.debug() . If your training framework is fastNLP , you can use os.environ.get(FASTNLP_GLOBAL_RANK, 0)==0 to determine if the program is running on the main process.
I'm a big fan of fitlog and often recommend it to my colleagues. Thank you for creating such a great repository.
I found that when viewing the log file on the webpage, there is a column called git_id, for example, ID: log_20230221_075043 with git_id: 395daa36. I also use Github to manage the same set of code while using fitlog, I thought git_id would match the commit ID of Github repository. But I found that the digits of git_id of fitlog and commit ID of Github repository are inconsistent. For example, "git_id of fitlog = 395daa36" but "commit ID of Github repository = e9ca0d4".
I'm curious, how can I use git_id of fitlog to identify the commit ID of Github repository?
The text was updated successfully, but these errors were encountered: