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

Multi text img columns #215

Merged
merged 24 commits into from
Jun 15, 2024
Merged

Multi text img columns #215

merged 24 commits into from
Jun 15, 2024

Conversation

jrzaurin
Copy link
Owner

  1. Added the possibility of using multiple text or image columns
  2. Added option to fuse the model via a ModelFuser
  3. Added multi-target losses
  4. Fixed some bugs

…umns. Still, I need to adapt the trainer_from_folder and adjust all the corresponding tests
…al for multiple text and/or image cols needs to be tested
…d from folder and we will take it from there
… image combiner, test it, review docs and publish...
…ion. Need to test the rest. Test the whole process including training and add examples. Etc...
Copy link

codecov bot commented Jun 10, 2024

Codecov Report

Attention: Patch coverage is 88.82175% with 74 lines in your changes missing coverage. Please review.

Project coverage is 94.38%. Comparing base (90c8193) to head (ae3b84f).
Report is 54 commits behind head on master.

Files Patch % Lines
...dedeep/load_from_folder/image/image_from_folder.py 66.66% 13 Missing ⚠️
pytorch_widedeep/losses_multitarget.py 92.59% 12 Missing ⚠️
pytorch_widedeep/models/model_fusion.py 89.28% 12 Missing ⚠️
pytorch_widedeep/models/wide_deep.py 79.66% 12 Missing ⚠️
pytorch_widedeep/training/_wd_dataset.py 80.00% 5 Missing ⚠️
...ytorch_widedeep/training/_multiple_lr_scheduler.py 33.33% 4 Missing ⚠️
pytorch_widedeep/callbacks.py 94.44% 3 Missing ⚠️
...widedeep/load_from_folder/text/text_from_folder.py 80.00% 3 Missing ⚠️
pytorch_widedeep/models/text/rnns/basic_rnn.py 50.00% 3 Missing ⚠️
...ep/load_from_folder/tabular/tabular_from_folder.py 83.33% 2 Missing ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #215      +/-   ##
==========================================
- Coverage   95.01%   94.38%   -0.63%     
==========================================
  Files         109      117       +8     
  Lines        6615     7445     +830     
==========================================
+ Hits         6285     7027     +742     
- Misses        330      418      +88     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jrzaurin jrzaurin merged commit 369a9b4 into master Jun 15, 2024
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant