ServiceNow / embedding-propagation

Codebase for Embedding Propagation: Smoother Manifold for Few-Shot Classification. This is a ServiceNow Research project that was started at Element AI.
Apache License 2.0
208 stars 21 forks source link

Replace the double argsorting operation in episodic_dataset.py #24

Closed LeoXinhaoLee closed 7 months ago

LeoXinhaoLee commented 2 years ago

Replaced the double argsorting operation in episodic_dataset.py with normal indexing.