You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
the current implementation of the Upsampling2D layer requires that all channels of a single pixel fit into the SSE registers, which amounts to a limit of 32 channels on 32-bit CPUs and 64 channels on 64-bit CPUs.
Hello,
I'm trying to compile a simple model
but I get the following error, which i don't fully understand.
/home/barth/Workspace/CompiledNN/Src/CompiledNN/CompiledNN/Operations/UpSampling2D.cpp:25: ASSERT(input.dims(2) <= settings.xmmRegs() * 4) failed
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: