Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

feat: Enforce right values in y_train to avoid out of index error#56

Merged
micedre merged 1 commit intomainfrom
54-failure-in-trying-to-reproduce-the-example-notebook-provided-by-the-repository
May 14, 2025
Merged

feat: Enforce right values in y_train to avoid out of index error#56
micedre merged 1 commit intomainfrom
54-failure-in-trying-to-reproduce-the-example-notebook-provided-by-the-repository

Conversation

@meilame-tayebjee
Copy link
Copy Markdown
Member

np.max(y_train) == len(np.unique(y_train))-1 should be True
Solves #53 and #54

np.max(y_train) == len(np.unique(y_train))-1 should be True
Solves #53 and #54
@micedre micedre merged commit dce18d4 into main May 14, 2025
3 checks passed
@meilame-tayebjee meilame-tayebjee deleted the 54-failure-in-trying-to-reproduce-the-example-notebook-provided-by-the-repository branch May 14, 2025 08:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failure in trying to reproduce the example notebook provided by the repository. RuntimeError: CUDA error: device-side assert triggered

2 participants