Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattbui/cifar10


https://github.com/mattbui/cifar10

cifar10 keras residual-networks

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Bottleneck Resnet
A implementation of bottle neck resnet for cifar10 with 87.53% accuracy. Implemented in Keras

## Requirements

```
keras
tensorflow
python3
```

## Usage

Train model:
```
python train.py
```
Optional argument: `python train.py -h`

Evaluate model:
```
python train.py --mode eval --from-pretrain output/resnet/model.h5
```