Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.