Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc0 in position 5096: invalid start byte #199

Open
blurmemo opened this issue Jan 5, 2023 · 3 comments

Comments

@blurmemo
Copy link

blurmemo commented Jan 5, 2023

I input python tools/train.py configs\swin\cascade_mask_rcnn_swin_tiny_patch4_window7_mstrain_480-800_giou_4conv1f_adamw_3x_coco.py to train my dataset, but it generates UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc0 in position 5096: invalid start byte
How can I solve this problem?
Thanks

@impiga
Copy link
Member

impiga commented Jan 5, 2023

Would this answer help? https://stackoverflow.com/a/42340744

@blurmemo
Copy link
Author

blurmemo commented Jan 5, 2023

Would this answer help? https://stackoverflow.com/a/42340744

yes, thanks!

But what is this mean?
RuntimeError: CUDA error: CUBLAS_STATUS_EXECUTION_FAILED when calling cublasGemmEx( handle, opa, opb, m, n, k, &falpha, a, CUDA_R_16F, lda, b, CUDA_R_16F, ldb, &fbeta, c, CUDA_R_16F, ldc, CUDA_R_32F, CUBLAS_GEMM_DFALT_TENSOR_OP)
can you also give me some help?

@blurmemo
Copy link
Author

blurmemo commented Jan 5, 2023

I have solved!
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants