bknyaz commited on
Commit
6beb1e2
·
verified ·
1 Parent(s): 0281670

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -6,13 +6,16 @@ task_categories:
6
  pretty_name: DeepNets
7
  size_categories:
8
  - 1M<n<10M
 
 
 
 
9
  ---
10
 
11
  This is a copy of the **DeepNets-1M** dataset originally released at https://github.com/facebookresearch/ppuda under the MIT license.
12
 
13
  The dataset presents diverse computational graphs (1M training and 1402 evaluation) of neural network architectures used in image classification.
14
- See detailed description at https://paperswithcode.com/dataset/deepnets-1m and
15
- in the [Parameter Prediction for Unseen Deep Architectures](https://arxiv.org/abs/2110.13100) paper.
16
 
17
 
18
  There are four files in this dataset:
@@ -21,9 +24,16 @@ There are four files in this dataset:
21
  - deepnets1m_search.hdf5; # 1.3 GB (md5: 0a93f4b4e3b729ea71eb383f78ea9b53)
22
  - deepnets1m_train.hdf5; # 10.3 GB (md5: 90bbe84bb1da0d76cdc06d5ff84fa23d)
23
 
 
 
 
 
 
 
 
 
 
24
 
25
- **See [Can We Scale Transformers to Predict Parameters of Diverse ImageNet Models?
26
- ](https://arxiv.org/abs/2303.04143) training an improved GHN on this dataset.**
27
 
28
  ## Citation
29
 
 
6
  pretty_name: DeepNets
7
  size_categories:
8
  - 1M<n<10M
9
+ tags:
10
+ - graph
11
+ - computational-graph
12
+ - hypernetwork
13
  ---
14
 
15
  This is a copy of the **DeepNets-1M** dataset originally released at https://github.com/facebookresearch/ppuda under the MIT license.
16
 
17
  The dataset presents diverse computational graphs (1M training and 1402 evaluation) of neural network architectures used in image classification.
18
+ See detailed description in the [Parameter Prediction for Unseen Deep Architectures](https://arxiv.org/abs/2110.13100) paper.
 
19
 
20
 
21
  There are four files in this dataset:
 
24
  - deepnets1m_search.hdf5; # 1.3 GB (md5: 0a93f4b4e3b729ea71eb383f78ea9b53)
25
  - deepnets1m_train.hdf5; # 10.3 GB (md5: 90bbe84bb1da0d76cdc06d5ff84fa23d)
26
 
27
+ ## GHN-2
28
+
29
+ - paper: [Parameter Prediction for Unseen Deep Architectures](https://arxiv.org/abs/2110.13100)
30
+ - code: https://github.com/SamsungSAILMontreal/ghn3
31
+
32
+ ## GHN-3
33
+
34
+ - paper: [Can We Scale Transformers to Predict Parameters of Diverse ImageNet Models?](https://arxiv.org/abs/2303.04143) training an improved GHN on this dataset
35
+ - code: https://github.com/SamsungSAILMontreal/ghn3
36
 
 
 
37
 
38
  ## Citation
39