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
At the moment we are only supporting BitsPerComponent = 8, i.e. 1 byte per component. Other values appear to be rather uncommon and this is one of few cases that have come up through extensive tests.
Obviously we would like to handle this also. Therefore the task at hand is to extend the support to handle other BitsPerComponent.
An easy way to go about this might be to use package model/sampling's ResampleBytes function which is designed for this kind of purpose.
Will assign this to myself for further investigation.
A simple neural network module for relational reasoning.pdf
The text was updated successfully, but these errors were encountered: