Rouhollah Rahmatizadeh
Rouhollah Rahmatizadeh
It seems that if we pass a 3D tensor (e.g. time added as the first dimension) to the BatchNormalizedMLP, we get the following error. Reshaping the input and output to...
Hi, Thanks for the nice code. It seems that the batch norm implementation does not consider if it is train mode or test mode. So, at test mode the result...
Instead of the for loop to create the bitmap in the java code, use this: `IntBuffer intBuf = ByteBuffer.wrap(frame).order(ByteOrder.BIG_ENDIAN).asIntBuffer(); int[] pixels = new int[intBuf.remaining()]; intBuf.get(pixels); bmp = Bitmap.createBitmap(pixels, width, height,...
**Describe the bug** I am getting connection refused on the latest version trying to login to a paper trading account. The stable version works just fine. **Container logs** ib-gateway_1 |...