Skip to content

chingyaoc/mdm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Role of Embedding Complexity in Domain-invariant Representations

This repository is the official PyTorch implementation of the algorithm Multilayer Divergence Minimization (MDM) proposed in the following paper:

Ching-Yao Chuang, Antonio Torralba, Stefanie Jegelka. The Role of Embedding Complecity in Domain-invariant Representations link

Environment

  • Pytorch 1.0
  • Python 2.7

Dataset

Download the MNIST-M dataset from Google Drive and unzip it.

cd dataset
tar -zvxf mnist_m.tar.gz

Training

Simply run

python main.py

About

Code for "The Role of Embedding Complexity in Domain-invariant Representations"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages