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 hope this message find you well. Thank you for sharing the excellent project.
I have encountered a few problems while using DCNv4, and I would greatly appreciate your guidance.
When processing features with 128 channels, the training seems fine, but during inference, I observed some values are NaN.
Specifically, my work is related to learning-based image codec. The results of my experiment are rate (bits per pixel) and distortion(PSNR and MS-SSIM). The PSNR and MS-SSIM value are NaN as shown in bellow.
Additionally, when handling 192 channels feature, NaN is appeared, which seems to be a gradients vanishing. I am very confused about these phenomenon. Any insights on how to effectively use DCNv4 in other works?
I also noticed that DCNv4 has many parameters, and I'm not sure how to set each one. If you could provide more detailed explanations, I would be very grateful.
Lastly, I would like to confirm whther DCNv4 can only run on GPU and is not currently supported on CPU. If so, are there any plans for CPU support in the future ?
Thank you so much for your time and assistance!
Best regards.
The text was updated successfully, but these errors were encountered:
Dear author,
I hope this message find you well. Thank you for sharing the excellent project.
I have encountered a few problems while using DCNv4, and I would greatly appreciate your guidance.
Specifically, my work is related to learning-based image codec. The results of my experiment are rate (bits per pixel) and distortion(PSNR and MS-SSIM). The PSNR and MS-SSIM value are NaN as shown in bellow.
Additionally, when handling 192 channels feature, NaN is appeared, which seems to be a gradients vanishing. I am very confused about these phenomenon. Any insights on how to effectively use DCNv4 in other works?
I also noticed that DCNv4 has many parameters, and I'm not sure how to set each one. If you could provide more detailed explanations, I would be very grateful.
![image](https://private-user-images.githubusercontent.com/67953243/382674397-9e9b9716-c52a-4860-89e7-984a7ad1d0fc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NTc2MTksIm5iZiI6MTczOTU1NzMxOSwicGF0aCI6Ii82Nzk1MzI0My8zODI2NzQzOTctOWU5Yjk3MTYtYzUyYS00ODYwLTg5ZTctOTg0YTdhZDFkMGZjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDE4MjE1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTJlMmViZWU5MDEwNTI1YmY3ZDA2YzZiNDYwMzI5YjM5YjI3OGM4ZWYzYjA1MWM2ZWRhZWVhZWIwYTlmZjgwNzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.iUENwlzEL8o3r_R2JU-0lAj-NEVQY1vZZoLPHrL1wJY)
Lastly, I would like to confirm whther DCNv4 can only run on GPU and is not currently supported on CPU. If so, are there any plans for CPU support in the future ?
Thank you so much for your time and assistance!
Best regards.
The text was updated successfully, but these errors were encountered: