We lifted 9 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| baidu-research/catamount | canonical | 4 of 9 |
| Function | Status | Where it lives |
|---|---|---|
| getIntSymbolFromString | Ran | baidu-research/catamount/catamount/api/utils.py code served (permissive licence) · get_code("fc91758885e66190") |
| getPositiveIntSymbolFromString | Ran | baidu-research/catamount/catamount/api/utils.py code served (permissive licence) · get_code("1f573759c4cd2a03") |
| getSymbolicMaximum | Ran | baidu-research/catamount/catamount/api/utils.py code served (permissive licence) · get_code("1e2d38924eb60e6f") |
| loadGraph | Ran | baidu-research/catamount/catamount/graph/saver.py code served (permissive licence) · get_code("f516913bc8e4e27a") |
| concat | Not yet run | baidu-research/catamount/catamount/api/ops.py code served (permissive licence) · get_code("80e960c88c6fcddf") |
| constant | Not yet run | baidu-research/catamount/catamount/api/ops.py code served (permissive licence) · get_code("62b570cb7bd5111d") |
| dynamic_stitch | Not yet run | baidu-research/catamount/catamount/api/ops.py code served (permissive licence) · get_code("d82f883b2803c5fa") |
| load_tf_session | Not yet run | baidu-research/catamount/catamount/frameworks/tensorflow.py code served (permissive licence) · get_code("8b5e31c682caed53") |
| tf_shape_to_catamount | Not yet run | baidu-research/catamount/catamount/frameworks/tensorflow.py code served (permissive licence) · get_code("1c15c5792a27a237") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Deep learning (DL) research yields accuracy and product improvements from both model architecture changes and scale: larger data sets and models, and more computation. For hardware design, it is difficult to predict DL model changes. However, recent prior work shows that as dataset sizes grow, DL model accuracy and model size grow predictably. This paper leverages the prior work to project the dataset and model size growth required to advance DL accuracy beyond human-level, to frontier targets defined by machine learning experts. Datasets will need to grow $33$--$971 \times$, while models will need to grow $6.6$--$456\times$ to achieve target accuracies. We further characterize and project the computational requirements to train these applications at scale. Our characterization reveals an important segmentation of DL training challenges for recurrent neural networks (RNNs) that contrasts with prior studies of deep convolutional networks. RNNs will have comparatively moderate operational intensities and very large memory footprint requirements. In contrast to emerging accelerator designs, large-scale RNN training characteristics suggest designs with significantly larger memory capacity and on-chip caches.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("1909.01736")
get_code_for_paper("1909.01736")
have("1909.01736")
Connect an agent — have() is free.