You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce the new Dl4jCNNExplorer class (usage examples), which allows you to use zoo models or custom trained models to perform prediction on an individual image, without loading a .arff dataset.
Implement the ScoreCAM saliency map generation method and integrate it with the Dl4jCNNExplorer (usage examples).
Implement a progress bar (for command line and GUI) to aid usability with long-running tasks.