diff --git a/examples/export_ResNet18/resnet18.py b/examples/export_ResNet18/resnet18.py index 81e335567194a83794bd4be8c2dcbd8056fa3ebf..ecc2763da93e7dc4307a29f831747fb05423a054 100644 --- a/examples/export_ResNet18/resnet18.py +++ b/examples/export_ResNet18/resnet18.py @@ -274,7 +274,8 @@ Load the .onnx model and perform some usual graph modifications : # Define the target path and filename file_url = "https://huggingface.co/EclipseAidge/resnet18/resolve/main/resnet18_imagenet_1k.onnx?download=true" file_path = Path(MODEL_NAME + "_imagenet_1k.onnx") - +dir(aidge_core.utils) +aidge_core.show_version() aidge_core.utils.download_file(file_path, file_url) model = aidge_onnx.load_onnx(file_path, verbose=False)