Top-level README
This commit is contained in:
parent
b7e1e0fa0f
commit
bf53b6a029
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# DAWNBench Models
|
||||||
|
|
||||||
|
This repository contains implementations for various models presented in the DAWNBench Leaderboard:
|
||||||
|
- ResNet models for CIFAR10, implemented in TensorFlow, located at
|
||||||
|
[`tensorflow/CIFAR10`](https://github.com/stanford-futuredata/dawn-bench-models/tree/master/tensorflow/CIFAR10)
|
||||||
|
- ResNet models for CIFAR10, implemented in PyTorch, located at
|
||||||
|
[`pytorch/CIFAR10`](https://github.com/stanford-futuredata/dawn-bench-models/tree/master/pytorch/CIFAR10)
|
||||||
|
- BiDAF model for SQuAD, implemented in TensorFlow, located at
|
||||||
|
[`tensorflow/SQuAD`](https://github.com/stanford-futuredata/dawn-bench-models/tree/master/tensorflow/SQuAD)
|
||||||
|
|
||||||
|
You can email us at [dawn-benchmark@lists.stanford.edu](mailto:dawn-benchmark@lists.stanford.edu) with any
|
||||||
|
questions.
|
Loading…
Reference in a new issue