hagabbar / vitamin_c

This will be the first official public release of the VItamin code base. VItamin is a python package for producing fast gravitational wave posterior samples.
GNU General Public License v3.0
20 stars 7 forks source link

r1 weights and biases naming redundancy #87

Open chrismessenger opened 3 years ago

chrismessenger commented 3 years ago

The convolutional weight and bias names have historical + '1' added to them which is not required. This is also the case in the q and r2 networks.

Plus, there are lots of commented out code that can get deleted when creating the weights.

chrismessenger commented 3 years ago

Also, the

self.nonlinearity_mean = tf.clip_by_value

is never used so can be removed.

chrismessenger commented 3 years ago

You can also delete the commented out "make positive definite covariance matrix code"