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
{{ message }}
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Hello, I recently read your article and reviewed the code in this repository. While going through the files, I noticed that some of the code may have been incorrectly merged, leading to inconsistencies or bugs. Could you please review the merge to ensure that everything is as intended?
For example:
in train.py, logging.basicConfig(filename=f'{arg.training_log}')).
in pro_model.py, class PMA has two forward funcitons.
and also some variable names are inconsistent.
Thanks for your attention to this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I recently read your article and reviewed the code in this repository. While going through the files, I noticed that some of the code may have been incorrectly merged, leading to inconsistencies or bugs. Could you please review the merge to ensure that everything is as intended?
For example:
in
train.py
,logging.basicConfig(filename=f'{arg.training_log}'))
.in
pro_model.py
,class PMA
has twoforward
funcitons.and also some variable names are inconsistent.
Thanks for your attention to this.
The text was updated successfully, but these errors were encountered: