jim4399266
Results
1
issues of
jim4399266
The line 249 in [models](https://github.com/uta-smile/TCL/tree/main/models/model_retrieval.py) `u_p = (temp_mask * u_p) + (10000. * (1-temp_mask))` may should be `u_p = (temp_mask * u_p) - (10000. * (1-temp_mask))` ?