david
Results
2
issues of
david
Thanks for your sharing. I have read your paper, and I am confused about how to make sure the number of the kernels in "conv" operation? In ```operations.py``` it seems...
The setting of the last pooling layer is ``` ('max_pool2d', [2, 1, 0])```, which I think should be [2, 2, 0]. Maybe this is the reason of the poor performance?