M3L
M3L copied to clipboard
Pytorch implementation for M^3L. CVPR 2021
Thank you for making the code available. I was trying to run the same repo as it is, I just changed my batch size from 64 to 32 due to...
Hi, Doc Zhao! When I reproduced your code in only one source dataset, I found that it can't work. **The error reports:**  **I just change this code to run...
Hi, nice job! I am curious about how to implement the baseline. ` for dataset in datasets: for index in range(iters): loss = cls + tri + cent ` Is...