Hello Ignite experts, I am trying to store a python value of type
Tuple[Dict[str, float], bytes] in an Ignite cache. However, doing that without type hints I get: TypeError: Type `array of None` is invalid Do you know if this is possible? Kind regards, Stéphane Thibaud
