Compatibility with conv2d and batch norm?
slerman12 opened this issue · 1 comments
slerman12 commented
I'm still getting the memory error... wondering if it's because of conv layers or batch norm...
rentruewang commented
Hi, thanks for the report, and sorry for the late reply!
You ran into this error because of the batchnorm layers, which aren't supported by koila 0.1.*
Batchnorm layers would and should be supported by 0.2, which I'm working on since the end of last year (#18), but I just haven't had the time and capacity to work on it. It will come eventually though.
RenChu