Skip to content

i really love this project - some constructive feedback #6

@johndpope

Description

@johndpope

it was to find this repo again -
had to go back through my history - consider spending some time to optimize tags for
ml viewer / ml visualizer / ai in browser

this needs an image in the readme.

the json dialog is mint

{"expr":"L @ R","name":"L @ R","epilog":"none","left":{"name":"L","matmul":false,"h":32,"w":32,"init":"row major","url":"","min":-1,"max":1,"dropout":0,"expr":""},"right":{"name":"R","matmul":false,"h":32,"w":32,"init":"col major","url":"","min":-1,"max":1,"dropout":0,"expr":""},"anim":{"fuse":"none","speed":20,"hide inputs":false,"alg":"none","spin":0},"block":{"i blocks":1,"k blocks":1,"j blocks":1},"layout":{"scheme":"blocks","gap":4,"scatter":0,"molecule":1,"blast":0,"polarity":"negative","left placement":"left","right placement":"top","result placement":"front"},"deco":{"legends":6,"shape":true,"spotlight":2,"row guides":0.6,"flow guides":0.5,"lens size":0.5,"magnification":7,"interior spotlight":false,"axes":false},"viz":{"sensitivity":"global","min size":0.2,"min light":0.4,"max light":0.7,"elem scale":1.25,"zero hue":0.77,"hue gap":0.74,"hue spread":0.04},"diag":{"url":"","folder":"open"},"cam":{"x":-70.64459422579935,"y":24.299226425525333,"z":36.48135005442117,"target":{"x":0,"y":0,"z":0}},"folder":"open"}

i was able to get either claude or maybe chatgpt to take in a model from pytorch - and create the respective json.

could be worthwhile to have a list of contributions from community

Screenshot from 2024-11-20 13-08-20

i am not sure why this is not working - i got somewhere before - just want to view a(big) tensor - 96x16x64x64

{ "expr": "Features = Channel @ Spatial", "name": "96x16x64x64 Tensor", "epilog": "none", "left": { "name": "Channel", "matmul": false, "h": 96,      // Number of channels "w": 16,      // Depth "init": "uniform", "min": -1, "max": 1, "dropout": 0 }, "right": { "name": "Spatial", "matmul": false, "h": 64,     // Height "w": 64,     // Width "init": "uniform", "min": -1, "max": 1, "dropout": 0 }, "anim": { "fuse": "none", "speed": 50, "hide inputs": false, "alg": "vmprod", "spin": 0 }, "block": { "i blocks": 8,    // Split channels into 8 blocks "k blocks": 4,    // Split depth into 4 blocks "j blocks": 8     // Split spatial into 8 blocks }, "layout": { "scheme": "blocks", "gap": 8,        // Increased gap for better visibility "scatter": 16,   // Some scatter to see depth "molecule": 2, "blast": 0.5, "polarity": "negative", "left placement": "left", "right placement": "top", "result placement": "front" }, "deco": { "legends": 8,      // Large legends to see dimensions "shape": true,     // Show shape information "spotlight": 4,    // Larger spotlight "row guides": 0.7, "flow guides": 0.6, "lens size": 0.6, "magnification": 8, "interior spotlight": true }, "viz": { "sensitivity": "local", "min size": 0.2, "min light": 0.4, "max light": 0.8, "elem scale": 1.25, "zero hue": 0.6, "hue gap": 0.5, "hue spread": 0.2 }, "cam": { "x": -120, "y": 80, "z": 100, "target": { "x": 0, "y": 0, "z": 0 } }, "folder": "open" }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions