-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TensorFlow 2 model fitting for negative binomial noise #88
base: development
Are you sure you want to change the base?
Conversation
Branch tf2_compatibility merged into tf2. Tf2 can now be merged with dev. |
Checking locally: git diff --name-status tf2..tf2_compatibility All changes are in tf2, that looks fine. |
waiting for #92 |
refactoring finished. The arguments for the training_method are not identical to the ones in |
Adds tensorflow 2 specific code at
batchglm/train/tf2/
.Includes negative binomial noise model.
No changes in other folders were made.
To import, we will need to apply changes to
api/models/glm_nb.py
, so that it can import frombatchglm/train/tf2/
instead ofbatchglm/train/tf/