Hi! I'm recently working on this repo and I'm trying to run some basic experiments mentioned in the paper. For example, applying LeNet on MNIST dataset. In the train_mnist.py, pretrained models are required. In the config directory, there are tons of config files of different names, for example, in config/mnist, there are many yaml files with prefix Lenet,

representing config files for Lenet. However, as I explained, pretrained models are required when training, how can I find pretrained weights for these tons of different configurations? Is there any download link that you can provide? Thanks!
Hi! I'm recently working on this repo and I'm trying to run some basic experiments mentioned in the paper. For example, applying LeNet on MNIST dataset. In the

train_mnist.py, pretrained models are required. In theconfigdirectory, there are tons of config files of different names, for example, inconfig/mnist, there are many yaml files with prefixLenet,representing config files for Lenet. However, as I explained, pretrained models are required when training, how can I find pretrained weights for these tons of different configurations? Is there any download link that you can provide? Thanks!