Commit ee93c240 authored by Cresson Remi's avatar Cresson Remi
Browse files

DOC: fix typed variable

1 merge request!41remove imagery class
Showing with 1 addition and 1 deletion
+1 -1
...@@ -30,7 +30,7 @@ SR4RS_MODEL_URL = "https://nextcloud.inrae.fr/s/boabW9yCjdpLPGX/download/" \ ...@@ -30,7 +30,7 @@ SR4RS_MODEL_URL = "https://nextcloud.inrae.fr/s/boabW9yCjdpLPGX/download/" \
"sr4rs_sentinel2_bands4328_france2020_savedmodel.zip" "sr4rs_sentinel2_bands4328_france2020_savedmodel.zip"
def inference(dic: dict[str: any]): def inference(dic: dict[str, any]):
""" """
Generic function to perform deep nets inference. Generic function to perform deep nets inference.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment