issues
search
Computational-Morphogenomics-Group
/
MarkerMap
Marker selection, supervised and unsupervised
MIT License
5
stars
1
forks
source link
fix demo simple interface, issues with imports, bump to 1.0.2
#42
Closed
WilsonGregory
closed
2 years ago
WilsonGregory
commented
2 years ago
Changes
fix imports in other_models, vae_models
simplify imports in DemoSimpleInterface notebook now that its on pip
fix an issue in train model where if the validation set is empty, EarlyStopping on val_loss causes issues. So now it only does early stopping if there is a validation set
Testing
Ran demo simple interface
ran a few other notebooks that I have locally
beelze-b
commented
2 years ago
Looks mostly alright to me. I just had two questions.
Changes
Testing