-
Current API requires CBs to be specified by an enum whose entries may be sparsely populated within the 0..31 range
Firmware and dispatch could benefit from using densely packed indices
This is to …
-
I have created a CustomModel using the subclass API
```python
class CustomModel(keras.Model):
def __init__(self, num_classes=10):
super().__init__()
self.num_classes = num_c…
-
Unfortunately, Julia Base has only limited use of traits.
`DenseArray` for opting into/out of BLAS/LAPACK is instead part of a type tree.
The fix (other than switching Base to a trait-based appr…
-
**Hi teacher,When I train train_reg_fusion.py,I got an error,KeyError: 'spatial_transform.grid'.**
**The information about this error is as following:**
Loading pre-trained RegNet checkpoint ../re…
-
-
Hello:
I used the default configuration file (--hparams ./configs/coco_search18_dense_SSL_TP.json) for TP training, but I noticed that some of the metrics in the final results didn’t reach even half …
-
Using Python 3.11.9, sharktank at HEAD fails when using a more recent torch version. In the CI, torch is pinned to 2.3.0:
https://github.com/nod-ai/SHARK-Platform/blob/903d3c1ac63c4e9b8a013a29eeca9…
-
## Description
Enable form for common options to pass to the video converter.
It can be pretty basic since real video operations should be done with something like Handbrake anyway.
## MVP
…
-
### SynapseML version
Version: 0.11.0
### System information
10.4 LTS ML (includes Apache Spark 3.2.1, Scala 2.12)
com.microsoft.azure:synapseml_2.12:0.10.1
pyspark in databricks
### Describe th…
-
Description: The points in the appendix under enhancements are all lumped together and difficult to read.
The points are all joined together and makes it difficult for readers to see the important po…