Nikitha Malgi
Nikitha Malgi
Summary: ========== Enable _script_pdt API for pytorch_struct Test: ===== python run.py -m jit -d cuda pytorch_struct python run.py -m jit pytorch_struct
Fixes issue: #209 This PR depends on #208 Summary: ======== - Creates an explicit list of enabled (required) models which are used for the score and default spec - Removes...
Fixes issue: #209 All the models have been updated with domain and class attributes. This change is in correlation with the task of eliminating score.yml from the torchbenchmark framework.
The current torchbenchmark framework reports one single benchmark score and doesn’t give a way to calculate the subscore for GPU/CPU/train/eval/eager/JIT. So we need a way to get the benchmark subscore...
Summary: ======== Enable micropython bindings for cat operator Tests: ======== upytorch/build tests/cat.py