fixes
Showing
- mhcflurry/batch_generator.py 3 additions, 0 deletionsmhcflurry/batch_generator.py
- mhcflurry/class1_presentation_neural_network.py 37 additions, 27 deletionsmhcflurry/class1_presentation_neural_network.py
- mhcflurry/class1_presentation_predictor.py 1 addition, 10 deletionsmhcflurry/class1_presentation_predictor.py
- mhcflurry/custom_loss.py 29 additions, 29 deletionsmhcflurry/custom_loss.py
- requirements.txt 1 addition, 1 deletionrequirements.txt
- test/test_class1_presentation_predictor.py 15 additions, 7 deletionstest/test_class1_presentation_predictor.py
... | @@ -2,7 +2,7 @@ six | ... | @@ -2,7 +2,7 @@ six |
numpy>=1.11 | numpy>=1.11 | ||
pandas>=0.20.3 | pandas>=0.20.3 | ||
Keras>=2.2.5 | Keras>=2.2.5 | ||
tensorflow>=1.1.0,<2.0.0 | tensorflow>=1.15.0,<2.0.0 | ||
appdirs | appdirs | ||
scikit-learn | scikit-learn | ||
mhcnames | mhcnames | ||
... | ... |
Please register or sign in to comment