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

feat: self supervised labeled cls dataset #597

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

pierrot-lc
Copy link

This new dataset allows us to make training where the model is conditionned on the class of the input only.

@beniz
Copy link
Contributor

beniz commented Jan 18, 2024

This is breaking the cm tests:

E                           ValueError: test_batch_size: Bad type (<class 'NoneType'>, should be <class 'int'>)

Pierre Pereira added 7 commits February 2, 2024 14:58
fix: "test_batch_size" defaults to -1 in argparse

format: black

fix: don't fetch non-existing test images
fix: "test_batch_size" defaults to -1 in argparse

format: black

fix: don't fetch non-existing test images

undo: remove fix of missing test vis images

Solved in the PR jolibrain#606.
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.

2 participants