BaronRay / IASPC-DA

Improved ASPC-DA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Based on ASPC-DA which acc(fmnist) = 0.591 acc(mnist) = 0.98 My IASPC-DA is acc(fmnist) = 0.62 acc(mnist) = 0.96 Install Anaconda with Python 3.6 version (Optional).
Create a new env (Optional):

conda create -n aspc python=3.6 -y   
source activate aspc  # Linux 
#  or 
conda activate aspc  # Windows

Install required packages:

pip install tensorflow-gpu==1.10 scikit-learn h5py  

2. Clone the code and prepare the datasets.

git clone https://github.com/BaronRay/IASPC-DA/
cd IASPC-DA

3. Run experiments.

python run_exp.py

About

Improved ASPC-DA


Languages

Language:Python 100.0%