patrick-kidger / equinox

Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/
Apache License 2.0
2.13k stars 143 forks source link

New Equinox-based Vision Repository #639

Open bhyun-kim opened 10 months ago

bhyun-kim commented 10 months ago

Hi Patrick,

I am building a repository of image classification models with Equinox as a personal project. I have added ResNet and LeNet so far and plan to add more.

While EqxVision doesn't have training script, I will provide training scripts with all the hyperparameters. I hope this repo to contribute to this ecosystem.

https://github.com/bhyun-kim/qvix/tree/main

patrick-kidger commented 10 months ago

That's awesome!

In fact, you've inspired me to add a new show-and-tell label, just for this. :)

I look forward to seeing how this project grows.