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
Hello, I'm really at a loss here and would greatly appreciate your guidance:
I trained an epoch 2 model (using CUDA 11.3), performed PTQ quantization, and converted it to ONNX. When I built and ran it (using CUDA 11.6), everything was normal, and the result visualization was also fine.
Then, I used the epoch 6 model, and without changing anything else, I followed the same steps, but when I ran it (using CUDA 11.6), I encountered the following error. it lools error happened during transfusionhead forward。
The text was updated successfully, but these errors were encountered:
Hello, I'm really at a loss here and would greatly appreciate your guidance:
![图片](https://private-user-images.githubusercontent.com/49723499/403381896-237d4f28-e9c0-4d89-9690-c9a8c3de1864.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MTgyODUsIm5iZiI6MTczODkxNzk4NSwicGF0aCI6Ii80OTcyMzQ5OS80MDMzODE4OTYtMjM3ZDRmMjgtZTljMC00ZDg5LTk2OTAtYzlhOGMzZGUxODY0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA3VDA4NDYyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI5M2E5YTVmNzE2MDBkMjk3ODcyMzFhNjkyYmYxYTkwNjAwNjI1MTk5MTE4YjFjYWEyM2RiMjM4ZGI0N2ZlMWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NkkDk9Zf6C93ZrNF0UhcV5jwukpmnxwN7e1BGNBXQes)
I trained an epoch 2 model (using CUDA 11.3), performed PTQ quantization, and converted it to ONNX. When I built and ran it (using CUDA 11.6), everything was normal, and the result visualization was also fine.
Then, I used the epoch 6 model, and without changing anything else, I followed the same steps, but when I ran it (using CUDA 11.6), I encountered the following error. it lools error happened during transfusionhead forward。
The text was updated successfully, but these errors were encountered: