Class Weights.WeightsMap

java.lang.Object
qupath.bioimageio.spec.Weights.WeightsMap
Enclosing class:
Weights

public static class Weights.WeightsMap extends Object
A map of weights types (e.g., TensorFlow, ONNX, PyTorch) to model weights.
  • Constructor Details

    • WeightsMap

      public WeightsMap()
  • Method Details

    • withStringKeys

      public Map<String,Weights.ModelWeights> withStringKeys()
      Convert to a map with String keys.
      Returns:
      A map with string keys and the same values/.