Oliver

Results 118 comments of Oliver

I have the same issue when trying to do a transer learning example of tensorflow which strongly depends on tensorflow-io: https://www.tensorflow.org/tutorials/audio/transfer_learning_audio I need tensorflow-io becaue it is easier to work...

> same issue on m3 with tf 2.15.0 and tfio 0.36.0 any workaround ? I have similar issues with the same versions and also with tfio 0.34.0. I use Mac...

I am currently searching the place in the code base where the parsers construct the error messages. Is it possible to just add a new `ContextKind` "InvalidEnv" to the enum...

Ok great thank you for that hint. I will take a look there. I was checking `Parser::add_env` also just to see how the arg name is forwarded when env is...

Reverting the version to `actions/[email protected]` has fixed the issue for us. It seems that the generic tag `v3` was updated before two weeks and since there we face this issue...

I have the same issue when running the yamnet tflite model on x86_64 linux. A solution would be great. And this library also compiles not on a mac m1 processor.

Thank you for reply. I have found a lib that works on all platforms I need. It' s called tflitec and builds on linux x86_64, arm64 and on darwin-arm64 (M1)...

I reviewed commit https://github.com/eclipse-ankaios/ankaios/pull/259/commits/2a545a7afeb27a42274e85697020aaea2667112b. LGTM 👍

I have seen that sometimes the post actions are taking a lot of time, for example the rust cache, see here as an example run: ![image](https://github.com/eclipse-ankaios/ankaios/assets/42932060/1a936c83-7e6b-49ef-a401-9463f64fc596) It takes 2 min.

I think it would be also great to enable `cargo clippy` that does extra code checks to catch common mistakes and to avoid code smells. We shall make the CI/CD...