java.lang.Object
qupath.bioimageio.spec.Weights.WeightsMap
- Enclosing class:
- Weights
A map of weights types (e.g., TensorFlow, ONNX, PyTorch) to model weights.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConvert to a map with String keys.
-
Constructor Details
-
WeightsMap
public WeightsMap()
-
-
Method Details
-
withStringKeys
Convert to a map with String keys.- Returns:
- A map with string keys and the same values/.
-