tsrobinson / SyGNet

Synthetic data using Generative Adversarial Networks
GNU General Public License v3.0
11 stars 2 forks source link

ReLU mixed activation function not working #5

Closed tsrobinson closed 2 years ago

tsrobinson commented 2 years ago

In example code, strictly positive columns are not retaining > 0 property after passing through MixedActivation function.

See test/test_mixed_act.py >> .test_relu() for detection of error.

tsrobinson commented 2 years ago

Fixed through addressing #6