Open sgaseretto opened 7 months ago
Thank you for reporting the issue. We are able to reproduce the issue and have started looking into it.
Also the same issue when modifying the train_xmp.py to train the same CNN
Run into the same issue - seems like it only compiles for batch_size = 25 (and multiple of 25) which somehow corresponds to 5x5 conv region
I replaced the MLP from this example with a CNN and I'm getting a
Internal tensorizer error
when trying to run it. Here are the scripts:model.py
:train_xmp.py
:When executing it with
python train_xmp.py
I get this error log:This are my packages version:
I don't think I'm using something that is not supported since this is basically the CNN used in Pytorch's FashionMNIST example.