Johannes Fischer
827a8e7172
bugfix in Phi module
...
nn.ModuleList has to be used in order to register layer parameters as module parameters (similar to add_module)
2021-07-22 14:33:05 +02:00
Johannes Fischer
c939a8e131
Remove todo
2021-07-20 18:45:49 +02:00
Johannes Fischer
61f06c95c2
Improve deepsets module
...
module can now deal with nan values for nonexisting relative states
in case all relative states are nan, the latent representation is zeroed, which is consitent with an empty sum
2021-07-20 18:44:07 +02:00
Johannes Fischer
ee7b6b607f
Fix deprecation warning in sigmoid
2021-07-20 12:52:02 +02:00
Johannes Fischer
0e6b1e102e
Update deepsets phi module to allow different final activation
2021-07-19 18:36:52 +02:00
Johannes Fischer
ac5bbce72a
Implement deepsets and deepsets policy, add tests
2021-07-19 17:28:42 +02:00