You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from torchsig.signals.builders.constellation import ConstellationSignalBuilder
calls get_distribution() several times creating random distributions which are never going to be seeded; this should never happen in an import, and should be tracked down and removed/put somewhere in an init function probably
Version
1.0.0 (Default)
System Information
OS: Ubuntu 22.04
Description
NewDataset
given the same seed does not generate the same dataset.How to Reproduce the Bug
create two
NewDataset
instances, check their__getitem__
returns the same values (it does not).The text was updated successfully, but these errors were encountered: