april-tools / cirkit

a python framework to build, learn and reason about probabilistic circuits and tensor networks
https://cirkit-docs.readthedocs.io/en/latest/
GNU General Public License v3.0
71 stars 1 forks source link

Refactor parameters initialization #80

Closed loreloc closed 1 year ago

loreloc commented 1 year ago

Following Pytorch every layer should initialize their parameters themselves by using a default method, whilst providing the user to initialize them manually.

lkct commented 1 year ago

Param init is kept as-is in #75. Changes are to be made here.