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

Fix task 6 #14

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

Fix task 6 #14

wants to merge 2 commits into from

Conversation

proshian
Copy link

  1. Loss value have to be detached before plotting. Otherwise conversion
    to numpy is not possible
  2. confusion_matrix from scikit-learn takes only 2 positional arguments
    currently, thus classes should be provided as a kwarg

proshian and others added 2 commits June 24, 2023 23:21
1. Loss value have to be detached before plotting. Otherwise conversion
    to numpy is not possible
2. confusion_matrix from scikit-learn takes only 2 positional arguments
currently, thus `classes` should be provided as a kwarg
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