Open ams939 opened 1 year ago
'sample_state' function currently does not use the 'threshold' parameter, uses randn(). What problems might this pose in terms of reproducibility?
Is the threshold
parameter the seed? It seems that sample_state
doesn't take a random number generator, this seems odd to me.
@khosravipasha, how is reproducibility guaranteed at the moment?
Base: 41.10% // Head: 28.29% // Decreases project coverage by -12.81%
:warning:
Coverage data is based on head (
2945a58
) compared to base (27cb093
). Patch coverage: 25.39% of modified lines in pull request are covered.:exclamation: Current head 2945a58 differs from pull request most recent head 5b9b295. Consider uploading reports for the commit 5b9b295 to get more accurate results
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR proposes an implementation of a 1D Gaussian input node (in relation to Issue #128). Currently implemented are some of the new input node code and related IO functions, along with their respective tests.
I'm currently trying to figure out how to implement the 'update_params' function, but I'm a bit confused on how to utilize the missing flow, flow and flow*value to do so. Any tips or feedback on this or any other aspects of the code would be much appreciated.
Other implementational details of note that are open questions are: