-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Milestone
Description
ONNX has a JavaScript API, it seems to be the new framework on the bloc.
currently, we are using TensorFlowJS everywhere. to support more runtime, we would need to first abstract from it.
- some of our types are typedef of tf's ones: Dataset, Weights
- aggregation, validator, data_loader, preprocessing are all using tf types
Reactions are currently unavailable