pytorch-metric-learning
                                
                                 pytorch-metric-learning copied to clipboard
                                
                                    pytorch-metric-learning copied to clipboard
                            
                            
                            
                        Add trainer for MoCo
It would be nice to have a trainer for MoCo. It would be similar to UnsupervisedEmbeddingsUsingAugmentations but would need to use CrossBatchMemory for the queue. Also, since the queue has to contain only negatives, there needs to be some care taken when creating labels inside each batch.