This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add visualisation callback for image classification #228
Add visualisation callback for image classification #228
Changes from 4 commits
7850c17
dec2e16
98b0564
18f6339
108ff3b
d2b423b
c2587fd
c2095be
b7d448d
3dd9b19
bd42635
32ac9b3
0ef5d2a
d444841
3a0b088
ce64c40
be47408
b2a19bf
48ea3c2
76457f7
159c002
b339bc9
0123284
a48f149
d125c5d
21efbca
9e8138f
afeedac
0761bfb
f05c0d4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Raise an exception if matplotlib isn't available here: _MATPLOTLIB_AVAILABLE
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, check if that's appropriate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to decide how we validate this functionality during tests since it involves matplotlib visualization
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could use: https://matplotlib.org/stable/devel/testing.html