-
Notifications
You must be signed in to change notification settings - Fork 86
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
Example multi_modal_pipeline_genres failed #564
Labels
bug
Something isn't working
Comments
andreygetmanov
added a commit
that referenced
this issue
Mar 1, 2022
- fixed the bug #564 'Example multi_modal_pipeline_genres failed' - deleted the example of rating prediction - optimized the process of NLP libraries import
andreygetmanov
added a commit
that referenced
this issue
Mar 1, 2022
- fixed the bug #564 'Example multi_modal_pipeline_genres failed' - deleted the example of rating prediction - optimized the process of NLP libraries import
andreygetmanov
added a commit
that referenced
this issue
Mar 1, 2022
- 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
andreygetmanov
added a commit
that referenced
this issue
Mar 1, 2022
- 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
andreygetmanov
added a commit
that referenced
this issue
Mar 4, 2022
- 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
andreygetmanov
added a commit
that referenced
this issue
Mar 14, 2022
- 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
andreygetmanov
added a commit
that referenced
this issue
Mar 15, 2022
- 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
andreygetmanov
added a commit
that referenced
this issue
Mar 15, 2022
- 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
andreygetmanov
added a commit
that referenced
this issue
Mar 18, 2022
- 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
andreygetmanov
added a commit
that referenced
this issue
Apr 1, 2022
- 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 - Fixed the bug with incorrect type and shape of multioutput predictions
andreygetmanov
added a commit
that referenced
this issue
Apr 1, 2022
- 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 - Fixed the bug with incorrect type and shape of multioutput predictions
andreygetmanov
added a commit
that referenced
this issue
Apr 1, 2022
- 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 - Fixed the bug with incorrect type and shape of multioutput predictions
andreygetmanov
added a commit
that referenced
this issue
Apr 5, 2022
- 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 - Fixed the bug with incorrect type and shape of multioutput predictions
andreygetmanov
added a commit
that referenced
this issue
Apr 7, 2022
- 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 - Fixed the bug with incorrect type and shape of multioutput predictions
andreygetmanov
added a commit
that referenced
this issue
Apr 7, 2022
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example
multi_modal_pipeline_genres
does not start. ErrorValueError: not enough values to unpack (expected 6, got 4)
Also, the example should be placed in

examples/advanced
and functions should be corrected: some of the arguments are not usedThe text was updated successfully, but these errors were encountered: