-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mulltimodal pipeline improvement (#581)
* Mulltimodal pipeline improvement - fixed the optimizer error in multimodal pipeline - fixed the bug #564 'Example multi_modal_pipeline_genres failed' - deleted the example of rating prediction - optimized the process of NLP libraries import - changed the data for multimodal example - upgraded stemmer from Porter to Snowball - fixed bug of merging multimodal data - fixed bug of multimodal data shuffling while loading - CNN now works on multioutput task - multimodal data now is prepared as a united MultiModalData object - removed warning during scaling image data - test_multi_modal.py is changed accordingly to new structure of multi_modal_pipeline.py - added pipeline tuning to multi_modal_genre_prediction.py - keras.Input changed to recommended keras.layers.InputLayer - test_multi_modal.py is moved to multimodal folder
- Loading branch information
1 parent
3fa9b2f
commit 92aede4
Showing
13 changed files
with
184 additions
and
306 deletions.
There are no files selected for viewing
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Binary file not shown.
Oops, something went wrong.