kr-colab / popvae

genotype dimensionality reduction with a VAE
Other
41 stars 9 forks source link

freezing h5py to 2.10.0 to fix TF1 model saving bug #7

Closed cjbattey closed 4 years ago

cjbattey commented 4 years ago

this PR specifies h5py==2.10.0 in setup.py . An update to h5py v 3 seems to break the TF1 / Keras 2.3.1 model saving callback. This should fix https://github.com/kr-colab/popvae/issues/6 -- thanks @enormandeau for reporting.