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

First commit of vitamin_c branch #109

Closed hagabbar closed 3 years ago

hagabbar commented 3 years ago

This is a major update which overhauls the vitamin_b package to vitamin_c. Main changes listed below

1.) neural network has been changed from pure tensorflow, to eager execution enabled keras layers for simplicity. This has also largely fixed the nan issues.

2.) plotting.py, test function and gen_samples function is currently broken. Will need to update these in order to have it fixed.

hagabbar commented 3 years ago

test() function in run_vitamin is still broken. Will have to fix at some point in the future, but I don't think most people use this function anyways.