|
c78ce76501
|
Add a simple Module trait and implement it for the various nn layers (#500)
* Start adding the module trait.
* Use the module trait.
* Implement module for qmatmul.
|
2023-08-18 09:38:22 +01:00 |
|
|
89d3926c9b
|
Fixes for the stable diffusion example. (#342)
* Fixes for the stable diffusion example.
* Bugfix.
* Another fix.
* Fix for group-norm.
* More fixes to get SD to work.
|
2023-08-08 14:57:09 +01:00 |
|
|
5bb2fce998
|
Implement group-norm. (#334)
* Implement group-norm.
* Add some testing for group-norm.
|
2023-08-07 06:53:05 +01:00 |
|