Skip to content
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

Closed
Dreamlone opened this issue Feb 17, 2022 · 0 comments · Fixed by #581
Closed

Example multi_modal_pipeline_genres failed #564

Dreamlone opened this issue Feb 17, 2022 · 0 comments · Fixed by #581
Assignees
Labels
bug Something isn't working

Comments

@Dreamlone
Copy link
Collaborator

Example multi_modal_pipeline_genres does not start. Error ValueError: 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 used
image

@Dreamlone Dreamlone added the bug Something isn't working label Feb 17, 2022
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
@Dreamlone Dreamlone linked a pull request Apr 2, 2022 that will close this issue
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
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants