An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 9.1% on proxy.golang.org
Top 5.8% dependent packages on proxy.golang.org
Top 2.9% dependent repos on proxy.golang.org

proxy.golang.org : github.com/emer/etorch

eTorch provides the emergent GUI and other support for PyTorch https://pytorch.org networks, including an interactive 3D NetView for visualizing network dynamics, and other GUI elements for controlling the model and plotting training and testing performance, etc. The key idea for the NetView is that each `etorch.Layer` stores the state variables as a `etensor.Float32`, which are just copied via Python code from the torch.FloatTensor` state values recorded from running the network. The `etor` python-side library provides a `State` object that handles the recording of state during the `forward` pass through a torch model. You just need to call the `rec` method for each step that you want to record. The `set_net` method is called with the `torch.Network` to record state to.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/emer/etorch
Keywords: emergent , go , golang , netview , neural-network , python , pytorch , pytorch-visualization , torch
License: BSD-3-Clause
Latest release: over 3 years ago
First release: almost 5 years ago
Namespace: github.com/emer
Dependent packages: 1
Dependent repositories: 3
Stars: 15 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 5 days ago

    Loading...
    Readme
    Loading...