From bf53b6a0295272cc315783a8c50c70514db4393d Mon Sep 17 00:00:00 2001 From: Deepak Narayanan Date: Thu, 17 Aug 2017 12:13:50 -0700 Subject: [PATCH] Top-level README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fb4df3 --- /dev/null +++ b/README.md @@ -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.