This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
AssertionError in convolutional layer when number of channels is not a multiple of 4 #257
Labels
Milestone
I'm trying to train a convolutional network where one convolutional layer has unusual number of output channels, and get an assertion on Titan X GPU with F32 precision
If I try to train in F16 precision, the error is
AssertionError: K dim must be multiple of 8
. If I try to train on CPU, there is no error (but training is unbearably slow).The text was updated successfully, but these errors were encountered: