Update handling of DropOut attributes and mark DropOut test as expected to...
Fix CI and #67 (closed)
- Update handling of attributes
ratio
when it is an input Tensor - Add handling for other attributes which are not yet supported in Aidge (
is_test
andseed
) so that import raise an error - ONNX test of DropOut has been marked as expected to fail since it contains the
seed
attributes.