CaptainPrice12

Results 2 issues of CaptainPrice12

Hi, thanks for sharing the impressive work. I have a question about the network updating strategy in the train.py file. For if (it + 1) % opts.d_iter != 0 and...

Thank you for sharing this work! Actually, I have a question about the clustering process in mmt_train_kmeans.py file. ` dict_f, _ = extract_features(model_1_ema, cluster_loader, print_freq=50) cf_1 = torch.stack(list(dict_f.values())).numpy() dict_f, _...