KarelPeeters / Kyanite

A neural network inference library, written in Rust.
Other
56 stars 1 forks source link

Fix typo #3

Closed maekawatoshiki closed 10 months ago

maekawatoshiki commented 10 months ago

Summary


By the way, I'm quite impressed with this project. I'm developing a similar library (https://github.com/maekawatoshiki/altius) too, and hope we could learning something each other :)

KarelPeeters commented 10 months ago

Thanks!

You project looks nice and very similar, down to the core graph structure, CPU and Cuda support and even near-future plans (eg. https://github.com/maekawatoshiki/altius/issues/21). We should have built one thing together 🙂. I like how you've set up some easily runnable examples, I have some improvements to make towards user friendliness.