Skip to content

Releases: satishlokkoju/deepview

v3.7.1

10 Mar 16:03
Compare
Choose a tag to compare
  1. Band aid for tooltip display.
  2. Enabled mouse based selection for all widgets
  3. Fixed bug in the github publish action

v3.7.0

05 Mar 17:24
Compare
Choose a tag to compare

Many improvements to the way data is handled by svelte and svelte store.
Fixed bugs related to svelte store initialization.
Refactored the code of deepview data to simply the data loading operation.

Full Changelog: v3.6.0-prod...v3.7.0-prod

v3.6.0

15 Jan 19:26
Compare
Choose a tag to compare
  • Fixed the versioning in DeepView and Canvas to be consistent.
  • Fixed the docs and examples.
  • Updated the documentation to include new features and fixes.
  • Updated the make file to support building documentation and sample Svelte Storybook

v3.5.0

09 Jan 16:51
Compare
Choose a tag to compare

Added support Visualization Framework for DeepView named Canvas. The visualization framework allows users to create interactive visualizations for DeepView components. The framework is built using Svelte and SvelteKit and is based on the Symphony framework.

  • Support for JupyterLab and Jupyter Notebook has been added. And bugs have been fixed.
  • DeepView report can be now visualized using Canvas.
  • Bumped Canvas UI and Widgets versions to v3.5.0 to be conssistent with DeepView.
  • Support for FAISS using Autofaiss has been added to identify duplicate samples in the dataset.

v3.0.0

24 Dec 22:42
0b92ec2
Compare
Choose a tag to compare

DeepView

DeepView is a powerful Python toolkit designed for comprehensive introspection and analysis of machine learning models and datasets. It provides a rich set of tools for understanding, visualizing, and debugging deep learning models and their training data.

Note: This project is a fork of Apple's DNIKit (Data and Network Introspection Kit) under the Apache 2.0 License. While maintaining the core functionality, we've made significant modifications and improvements to better suit our specific needs.

NEW Support for custom datasets added

v0.0.1

24 Nov 17:08
Compare
Choose a tag to compare

First release of DeepView tooklit