Skip to content
/ DrLIM Public

Code implementation for paper 《Dimensionality Reduction by Learning an Invariant Mapping》

Notifications You must be signed in to change notification settings

heekhero/DrLIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RrLIM

A PyTorch implementation of 'Dimensionality Reduction by Learning an Invariant Mapping' which has published on CVPR (2006).

Requirement

  • python 3
  • pytorch 1.0
  • einops

Usage

  1. To train the model, execute
python train.py
  1. To test the model and plot the clusters after dimensionality reduction, execute
python plot.py

Result on MNIST:

result_on_mnist

About

Code implementation for paper 《Dimensionality Reduction by Learning an Invariant Mapping》

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages