You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* linear2d_layer forward implementation
* implement backward
* introduce concurrency, outtroduce stupidity
* fix style
* add parameters api to linear2d_layer
* add constructor for linear2d_layer
* add integration for linear2d layer
* set usage rules for linear2d_layer
* add linear2d_layer to public api
* update tests for linear2d layer
* remove extra comment
* remove rubbish
* move linear2d layer logic into submodule
* update cmake for linear2d_layer
* update tests for linear2d_layer
* update linear2d_layer tests
* update linear2d_layer tests for batch last
* make linear2d_layer with batch as last dimension (performance)
* linear2d_layer: fix gradient updates
* linear2d_layer: make it 2d
* linear2d_layer: forgot a file
* linear2d_layer: temporarily remove api
* Don't expose the concrete layer type via nf
* Report success to stdout
* Include linear2d test in cmake
* Add Linear2d to README
* Plumbing of linear2d with input2d and linear2d
* linear2d_layer: add flatten2d layer
* linear2d_layer: make linear2d layer work with input2d and flatten2d
* update cmake
* linear2d_layer: use flatten layer instead of flatten2d
* linear2d_layer: remove flatten2d layer
* linear2d_layer: remove public api
* linear2d_layer: update cmakelists
* linear2d_layer: workaround cpu imprecision to make ci happy
* Add linear2d example
* linear2d_layer: remove redundant constructor args
* linear2d_layer: make example converge
* linear2d_layer: make weighs init with normal distribution
* linear2d_layer: add loss stopping and more iterations
* linear2d_layer: update tests
* Tidy up
* Require passing only out_features to linear2d(); tidy up
* Remove linear2d example
---------
Co-authored-by: milancurcic <[email protected]>
0 commit comments