-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test cases for constrained temporal mapping #82
base: master
Are you sure you want to change the base?
Add test cases for constrained temporal mapping #82
Conversation
opened as draft as I don't know yet if this is the proper way to test |
@JonasCrols it seems like there is still one layer (Layer29) which is failing? Was this the layer that was giving you problems before? |
that's weird, locally all tests passed. will look into it right away. Also this layer is a different one than the one giving problems before. This mapping never even had any problems |
Hi @asyms , I already found that it works fine with the resnet18.onnx file, but not with the resnet18.yaml. Locally I only tested the onnx file as I thought the two were identical, is this not the case? if not, than the problem is probably the same as I had before and the provided constraints are impossible. I have constraints that work for the onnx, and other constraints that work for the yaml. but none work for both. |
Add testcases where temporal mappings are used which make use of wild cards. this tests the new feature where only parts of the temporal mappings can be specified, and the other parts will be filled in by the LOMA engine