Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattbui/cifar10
https://github.com/mattbui/cifar10
cifar10 keras residual-networks
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattbui/cifar10
- Owner: mattbui
- Created: 2018-05-12T10:50:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T10:51:55.000Z (over 6 years ago)
- Last Synced: 2024-10-30T02:54:49.177Z (about 2 months ago)
- Topics: cifar10, keras, residual-networks
- Language: Python
- Size: 4.85 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```