During training, you add one batchnorm layer after the pooling layer, as https://github.com/quark0/darts/blob/master/cnn/model_search.py#L18. However, when testing the searched architecture, there is no batchnorm after pooling layer. Would you mind to let me know the reason?
Hi,
During training, you add one batchnorm layer after the pooling layer, as https://github.com/quark0/darts/blob/master/cnn/model_search.py#L18. However, when testing the searched architecture, there is no batchnorm after pooling layer. Would you mind to let me know the reason?
Best Regards,