Skip to content

Denilah/CARLCS-CNN-test

 
 

Repository files navigation

CARLCS-CNN

Dependency

Tested in Ubuntu 16.04

  • Python 3.6.0
  • Keras 2.0.5
  • Tensorflow 1.3.0
  • Theano 0.9.0

Usage

Data Preparation

The /data folder provides a small sample dataset for quick running. To train and evaluate our model:

  1. Download and unzip real dataset from Google Drive or Baidu Pan for Chinese users.

  2. Replace each file in the /data folder with the corresponding real file.

Configuration

Edit hyper-parameters and settings in config.py

Train and Evaluate

python main.py --mode train

```bash
python main.py --mode eval

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%