dianna icon indicating copy to clipboard operation
dianna copied to clipboard

Imagenet: change color channel implementation

Open laurasootes opened this issue 2 years ago • 0 comments

At the moment there are a number of hardcoded things for the imagenet model in the dashboard.

One of them is related to the fact that the Resnet model requires the image to be in 244*244 size with the color channel in position 0, and to normalise the image. This is now implemented in dashboard utilities, but requires some hacky way to determine that you are trying to do the ResNet model, which is not ideal.

laurasootes avatar Nov 07 '22 10:11 laurasootes