Skip to content

TwistedW/DANN-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domain-Adversarial Training of Neural Networks in Tensorflow

Requires TensorFlow>=1.0 and tested with Python 3.5

MNIST Experiments

This experiment is tested under the mnist dataset

Build MNIST-M dataset

First you should download data from http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/BSR/BSR_bsds500.tgz

and run

python create_mnistm.py

This may take a couple minutes and should result in a mnistm.pkl file containing generated images.

Training

python main.py

Statement

This experimental idea from "Domain-Adversarial Training of Neural Networks" and this is test version.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages