Paandaman
Results
2
issues of
Paandaman
I have two different pipelines in AzureML that I would like to trigger if any files related to them is changed in my repository. If there's only been changes to...
https://github.com/bkj/basenet/blob/c61f558c7bd6341dcc1610135553c96bd7d2ca5b/examples/cifar/cifar10.py#L118-L122 What is the motivation behind computing the batch norm and relu before sending the data into the convolutional layer? In the implementation done by https://github.com/kuangliu/pytorch-cifar, the computation is done...