openvax / mhcflurry

Peptide-MHC I binding affinity prediction
http://openvax.github.io/mhcflurry/
Apache License 2.0
193 stars 58 forks source link

support latest keras and tensorflow backend #70

Closed timodonnell closed 7 years ago

timodonnell commented 7 years ago

There currently seem to be issues with this (see e.g. #69 )

timodonnell commented 7 years ago

Tensor flow and theano have incompatible model serializations. So to avoid having to train both kinds of models (for the downloadable pretrained models) it may be best to stick with theano for now until tensor flow is definitely better.

timodonnell commented 7 years ago

Closed by #86