axs2k/anubis
Reinforcement Learning
•
Updated
•
3
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
This is a copy of the DeepNets-1M dataset originally released at https://github.com/facebookresearch/ppuda under the MIT license.
The dataset presents diverse computational graphs (1M training and 1402 evaluation) of neural network architectures used in image classification. See detailed description in the Parameter Prediction for Unseen Deep Architectures paper.
There are four files in this dataset:
tar -xf deepnets1m_meta.tar.gz to unpack it before running any code reading the datasetIf you use this dataset, please cite it as:
@inproceedings{knyazev2021parameter,
title={Parameter Prediction for Unseen Deep Architectures},
author={Knyazev, Boris and Drozdzal, Michal and Taylor, Graham W and Romero-Soriano, Adriana},
booktitle={Advances in Neural Information Processing Systems},
year={2021}
}