M3L icon indicating copy to clipboard operation
M3L copied to clipboard

Pytorch implementation for M^3L. CVPR 2021

Results 3 M3L issues
Sort by recently updated
recently updated
newest added

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:** ![image](https://user-images.githubusercontent.com/92527626/146121351-42e417e5-7bbf-4ecc-8426-11edf128ae24.png) **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...