Fork of github.com/stanford-futuredata/dawn-bench-models
pytorch | ||
tensorflow | ||
.gitignore | ||
README.md |
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
- ResNet models for CIFAR10, implemented in PyTorch, located at
pytorch/CIFAR10
- BiDAF model for SQuAD, implemented in TensorFlow, located at
tensorflow/SQuAD
You can email us at dawn-benchmark@lists.stanford.edu with any questions.