Skip to content

pulp-trainlib-v0.4

Latest
Compare
Choose a tag to compare
@dnadalini dnadalini released this 27 Jun 12:53
· 2 commits to main since this release
75a156c

G1) Conv2D, Fully-Connected layers - FP32 and FP16
G2) DepthWise Convolution, PointWise Convolution (no stride, padding, biases) - FP32 and FP16
G3) Max and Average Pooling
G4) ReLU activation
G5) Gradient Descent Optimizer
G6) MSELoss and CrossEntropyLoss
G7) Multi-Head Self Attention (FP32, FP16) and RNN (FP32) with enhanced
Check README.md for more details.