
weight init trait

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Date:      Fri Apr 7 21:43:58 2023 -0400
#
# interactive rebase in progress; onto d1addf2
# Last commands done (2 commands done):
#    pick 696ac21 weight init trait
#    squash 52e503e fixed main merge issues
# No commands remaining.
# You are currently rebasing branch 'feature/weight_init_trait' on 'd1addf2'.
#
# Changes to be committed:
#	modified:   src/layers/convolution.rs
#	modified:   src/layers/linear.rs
#	modified:   src/utils/mod.rs
#	deleted:    src/utils/weights.rs
#	new file:   src/utils/weights_init/glorot.rs
#	new file:   src/utils/weights_init/he.rs
#	new file:   src/utils/weights_init/lecun.rs
#	new file:   src/utils/weights_init/mod.rs
#
