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
Related to symbench/electric-circuits#59 (comment). It might be nice to define/standardize and analytics workflow and API and what it would look like. Here's what I think of the analytics API Should provide:
A command that can take in a netlist, I think should be implemented in this repo.
It's honestly pretty hard to know where this should exist for now. I lean away from this because I have also been exploring tools like GraphGym for training (but using this library for creating the dataset from the netlists). This certainly would have implications on deployment as the training wouldn't even happen here.
In my opinion, we should start with just creating models here and then providing the required wrappers for inference in the electric-circuits repo. It would be nice to be able to have a standardized API for use with electric-circuits but I think it will be hard this early in the process as there are possibly many different types of analytics to include.
Related to symbench/electric-circuits#59 (comment). It might be nice to define/standardize and analytics workflow and API and what it would look like. Here's what I think of the analytics API Should provide:
This basic workflow makes sense to me. @brollb thoughts?
The text was updated successfully, but these errors were encountered: