Skip to content

Commit a66e989

Browse files
committed
Remove data notes from README.
They're in the quickstart now.
1 parent f30904a commit a66e989

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

+4-16
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This release reflects the state of Fathom more or less as it was for the paper p
99

1010
## Workloads
1111

12-
This paper contains a full description of the workloads, performance characteristics, and the rationale behind the project:
12+
This paper contains a description of the workloads, performance characteristics, and the rationale behind the project:
1313

1414
> R. Adolf, S. Rama, B. Reagen, G.Y. Wei, D. Brooks. "Fathom: Reference Workloads for Modern Deep Learning Methods."
1515
[(Arxiv)](http://arxiv.org/abs/1608.06581)
@@ -26,22 +26,10 @@ VGG | Image classifier demonstrating the power of small convolutional filte
2626
AlexNet | Image classifier. Watershed for deep learning by beating hand-tuned image systems at ILSVRC 2012.
2727
DeepQ | Atari-playing neural network from DeepMind. Achieves superhuman performance on majority of Atari2600 games, without any preconceptions.
2828

29-
## Data
30-
31-
Fathom does not come with datasets suitable for training. This is a combination of size (realistic training sets are often massive) and licensing (an oft-repeated mantra is that good data is more valuable than a good model).
32-
Regardless, the inputs Fathom is designed for are standard and widely-available.
33-
34-
These links should take you to the original data owners:
35-
36-
- [ImageNet](http://www.image-net.org/download-images) - requires registration, but downloads are free for non-commercial purposes.
37-
- [WMT15](http://www.statmt.org/europarl/)
38-
- [bAbI](https://research.facebook.com/research/babi/)
39-
- MNIST - automatically downloaded by Fathom.
40-
- TIMIT - requires membership of the Linguistic Data Consortium (this is not free, but it is widely available in the research community).
41-
- Atari "Breakout" ROM - available online
42-
4329
## Getting Started
4430

45-
We've begun to put together some actual documentation, and it's already better than what we had: [Fathom Quickstart Guide](http://fathom.readthedocs.io/en/latest/quickstart/).
31+
We've begun to put together some actual documentation, and it's already better than what we had:
32+
33+
- [Fathom Quickstart Guide](http://fathom.readthedocs.io/en/latest/quickstart/).
4634

4735
Please bear with us as the docs get fleshed out.

0 commit comments

Comments
 (0)