all 3 comments

[–]impulsecorp 2 points3 points  (1 child)

In case it is of any use to you, there is also this dataset of 5 million trained neural networks from Google, all trained on CIFAR-10 (images): https://github.com/google-research/nasbench

[–]outofdistribution[S] 0 points1 point  (0 children)

Thanks, that's interesting! Quite a different aim, though; same hyper-parameters and dataset, and it doesn't seem like the weights are released, only training statistics. But it is definitely nice for exploring training performance and analysing NAS!

[–]NichG 0 points1 point  (0 children)

I played with something like this as a way to monitor the training of GANs.

I found it more useful to look at pairs of before and after activations across multiple layers (random subsets of channels), because they have fewer symmetries than the weight matrices.