candle/candle-examples/examples/bigcode
Laurent Mazare a1812f934f
Add a yolo-v3 example. (#528)
* Add a couple functions required for yolo.

* Add the yolo-v3 example.

* Add minimum and maximum.

* Use the newly introduced maximum.

* Cuda support for min/max + add some testing.

* Allow for more tests to work with accelerate.

* Fix a typo.
2023-08-20 18:19:37 +01:00
..
main.rs Add a yolo-v3 example. (#528) 2023-08-20 18:19:37 +01:00
model.rs Add a simple Module trait and implement it for the various nn layers (#500) 2023-08-18 09:38:22 +01:00