1 comment (1 comment)18 reactions (18 reactions)0 assignees (0 assignees)JavaScript32,743 stars (32,743 stars)3,101 forks (3,101 forks)batch import
featurehelp wanted
Description
Show tensors as graph or color plot.
Contributor guide
- Tech stack
- javascripthtmlcss
- Domain
- frontenddata
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Familiarity with neural network tensorsJavaScriptHTML/CSS
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- Examine the Netron codebase (especially src/) to understand how tensor data is currently handled and displayed. Look for existing visualization components (e.g., for model graphs) to reuse. Review the single comment on issue #65 for any additional context. Consider implementing a simple color plot or graph visualization using a library like D3.js or canvas. Discuss with maintainer in the issue to clarify expected behavior and acceptance criteria.