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
Highly appreciate your contribution. Grazie
Here are some bugs and suggestions, I hope this helps.
in models.__init__.py file, line 20 should be writen as from .stf_stanh import SymmetricalTransFormerStanH.
in demo.py file, line 116, the input should be x not x_padded. leading to tensor shape error
still in demo.py file, I strongly recommend that you add the function to save images. Maybe after 106. The argument save_path is a littile bit confusing
The format of all codes could be clearer. I think you can delete some of the commented code.
Best wish
The text was updated successfully, but these errors were encountered:
Highly appreciate your contribution. Grazie
Here are some bugs and suggestions, I hope this helps.
models.__init__.py
file, line 20 should be writen asfrom .stf_stanh import SymmetricalTransFormerStanH
.demo.py
file, line 116, the input should bex
notx_padded
. leading to tensor shape errordemo.py
file, I strongly recommend that you add the function to save images. Maybe after 106. The argumentsave_path
is a littile bit confusingBest wish
The text was updated successfully, but these errors were encountered: