You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the jetson-containers issues and found no similar feature requests.
jetson-containers Component
No response
Bug
I tried to use jetson-containers on a Jetson TX2, unfortunately, it seems that there are some issues with the code. Autotag doesn't work properly.
In the utils.py file, line 135 (def handle_text_request(url) -> str | None:) throws an error, I replaced it with def handle_text_request(url) -> str: so that autotag at least works
It seems it does not properly recognize the JETPACK_VERSION, it should be 4.6.6. Looking at l4t_version.py, I see there is no line for L4T 32.7.6. After adding it (i.e., "32.7.6": "4.6.6", in line 110, autotag pytorch works better, but still returns the wrong image name:
Search before asking
jetson-containers Component
No response
Bug
I tried to use jetson-containers on a Jetson TX2, unfortunately, it seems that there are some issues with the code. Autotag doesn't work properly.
In the utils.py file, line 135 (
def handle_text_request(url) -> str | None:
) throws an error, I replaced it withdef handle_text_request(url) -> str:
so that autotag at least worksNow,
autotag pytorch
returns the followingIt seems it does not properly recognize the JETPACK_VERSION, it should be 4.6.6. Looking at l4t_version.py, I see there is no line for L4T 32.7.6. After adding it (i.e.,
"32.7.6": "4.6.6",
in line 110,autotag pytorch
works better, but still returns the wrong image name:I believe the right one should be
dustynv/pytorch:1.10-r32.7.1
?Any support would be much appreciated!
Environment
L4T 32.7.6
ubuntu 18.04.6
Jetpack 4.6.6
CUDA 10.2.300
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: