Skip to content

LiTangqing/Cleaned-OC-NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cleaned-OC-NN

To run models

  1. Please download the folder from this link
  2. Unzip and place the folder under ./models/

Dir Structure

.
├── data
│   ├── cifar_10_data.       # only contains CIFAR-10 data for now
├── data_load
├── models                    
│   ├── OneClass_NN_model.py     
│   ├── ...                  #                  
│   ├── transfer_learning    # please download this subfolder from the link above   
│   └── ...                  # 
└── Main Notebook.ipynb.     # run experiments in jupyter notebook

Next

Run Main Notebook.ipynb

About

Cleaned the code from the original OC NN repo: https://github.com/raghavchalapathy/oc-nn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages