Open SInnget opened 2 months ago
Did you ever got a fix for it?
Please modify to below. from nvidia_tao_pytorch.core.telemetry.telemetry import send_telemetry_data
Please modify to below. from nvidia_tao_pytorch.core.telemetry.telemetry import send_telemetry_data
there are three parts which import "nvidia_tao_core", some of them does not find any alternative functions
As a workaround, please directly pull the docker nvcr.io/nvidia/tao/tao-toolkit:5.5.0-pyt and run inside it. And then you can find any code and modify any code.
Describe the bug
in the branch tao_5.5_release, we try to import package from
nvidia_tao_core
packagee.g. https://github.com/NVIDIA/tao_pytorch_backend/blob/dc07b02eb78c2eb868315107892b466496e55a0f/nvidia_tao_pytorch/core/entrypoint.py#L31
but after building the docker image, we find not module name
nvidia_tao_core
in side. which may related to #25