feat/release_pip
1 unresolved thread
1 unresolved thread
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
8+ 2
− 2
@@ -118,13 +118,13 @@ class AidgeModule(torch.nn.Module):
@@ -151,7+151,7 @@
@cmoineau
Running the tests in local to try to solve these issues returns an error on this line : aidge_core doesn't seem to have any compile_gradients function, I lloked for it in the whole codebase but cannot find it anywhere.
Since aidge_core@ecc96977 grad is lazy init thus copile_gradient and init_grad have been removed.
I removed the call to compile gradients
Ok now the real issue : /
https://gitlab.eclipse.org/eclipse/aidge/aidge_interop_torch/-/jobs/406724#L968
It seems that the imported model contains 3 input nodes instead of 1 :
here is the model after being exported to onnx & re imported to aidge. We can clearly see that the export/import phase added 3 inputs & 2 inptuts which is not normal.
I dont know enough of pytorch & aidge_interop torch as of now to unerstand where is the issue, i'll sort this out tomorrow.
Clearly this module is not a priority. I would be in favor of merging this in dev with the broken CI and mark this module as broken. The reasoning behind this being that this MR doesn't break the CI and just highlight issues. These issues are not on the roadmap
@pierregaillard do you agree with this prioritization ?
( On my side I agree with not having to fix a big I have no Idea how to fix )
changed this line in version 8 of the diff
Totaly agree @cmoineau !