-
Notifications
You must be signed in to change notification settings - Fork 57
Release DeepTrack2 1.6.0 #191
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use MultiHeadSelfAttention and MultiHeadGatedSelfAttention if want to return the attention weights
This commit adds new message-passing graph layers (MPN) and graph convolutional layers to dt, including vanilla MPN, GRUMPN, Masked-attention FGNN, and GraphTransformer.
Jp/rev magik
Fix indexing problems related to tf.gather
Allow multi-inputs in ContinuousGenerator
Fix phase correction at focus and offset calculation
Create virtual staining datasets and tools
removed pydeepimagej from deps
Update graph generators
Update vae.py
* added deterministic wae_gan, slightly modified vae (input size)) * changes to VAE, WAE_GAN, and GAN Implemented proposed changes to GAN, VAE, WAE_GAN: - optimizers of WAE_GAN as input parameters by overriding the compile method. - included documentation of input parameters for VAE and WAE_GAN. - WAE_GAN: different learning rates for the autoencoder and the discriminator, 1e-3 and 5e-4, respectively as in the original paper. - included a unit test for WAE_GAN, VAE, and GAN. - removed @as_KerasModel from GAN. - formatted the code for compatibility. * Update test_models.py * fixed typo * extra fixes * WAE generalized allows WAE-GAN and WAE-MMD * fixes * check unit test * compatibility issue removed match for compatibility, replaced with if * test unit corrected assert in test unit for GAN, VAE. and WAE * fixed dimension in test_models * added compile for GAN and WAE in test_model * defined call in gan * fixed input size in GAN
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to merge
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Stable release of DeepTrack2 1.6.0
Release date: 12 September 2023
PyPi 1.6.0
https://pypi.org/project/deeptrack/1.6.0/
DeepTrack2 1.6.0 is a minor release that mainly adds WAE and provides some minor edits to the code of GAN and VAEs.
Cite as:
Benjamin Midtvedt, Saga Helgadottir, Aykut Argun, Jesús Pineda, Daniel Midtvedt, Giovanni Volpe.
"Quantitative Digital Microscopy with Deep Learning."
Applied Physics Reviews 8, 011310 (2021)
https://doi.org/10.1063/5.0034891