Skip to content

Fixed bug in prediction and CNF, which gave 100% accuracy - #3

Open
prabathbr wants to merge 3 commits into
krishnaik06:mainfrom
prabathbr:main
Open

Fixed bug in prediction and CNF, which gave 100% accuracy#3
prabathbr wants to merge 3 commits into
krishnaik06:mainfrom
prabathbr:main

Conversation

@prabathbr

Copy link
Copy Markdown

Changes :

output=trainer.predict(test_dataset)[0]

import numpy as np
output = np.argmax(output, axis = - 1)

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