Open
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
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.
The main work in this PR includes
New DeepLIIF Model Class
The new deepliif model class now supports multiple input modalities instead of 1 and translation-only objective, both of which are the key features of the SDG (Synthetic Data Generation) model.
Key files impacted:
deepliif/models/DeepLIIF_model.py: seg_gen=True condition is made optional, input fetch is able to handle an array of multiple input patchesdeepliif/data/aligned_dataset.py: multiple input patches for DeepLIIF model class when necessarydeepliif/models/__init__.py: inference compatibilityDocumentation Updates
The main readme file has been updated to reflect the latest status of the code base. In addition, a new file "Model Types.md" is added that documents details about the model classes implemented so far.
Note that
Tests passed for DeepLIIF model class. Test log can be accessed here.