Skip to content
/ MRCNN Public

TensorFlow Implementation of Manifold Regularized Convolutional Neural Networks.

Notifications You must be signed in to change notification settings

LayneH/MRCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRCNN

Implementation of Manifold Regularized Convolutional Neural Networks.


Dependency


Setup

Run bash setup.sh in terminal to automatically download the CIFAR-100 dataset and pretrained VGG19 model.

Usage

Enter python MRCNN.py in bash for fast with default setting.

Use --gpu_id to specify the GPU devices to use. By default, all GPUs available will be used.

Use --vgg_path to specify the path of pretrained VGG Net. By default, the model is located under vgg/ directory

Use --result_path to specify file to save the result. By default, the file is "result.csv".

Use --help to acquire more information.


Citation

If you'd like to compare our framework with your work, please cite our paper as following:

TBA

About

TensorFlow Implementation of Manifold Regularized Convolutional Neural Networks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published