Weiguang Zhao
Weiguang Zhao
Same with you. Have you solved it?
> when I use I meet >  @cymdhx @songwaimai @whf9527 我解决了我遇到的nan问题,附上我的解决方法,不知道是否适用于你们的: 问题描述: Unet + resnet 改为 unet + rednet50时出现 nan,inf 解决方案: 把程序中的 以下代码去掉,不要人为初始化 weight and bias ``` def set_bn_init(m):...
add this one `with torch.autocast("cuda"):`
Hi, any plan to release the code of ceco?
Thanks for your attention. We will provide custom data training guidance as soon as possible. In general, we may need approximately **one month** for debugging.
There are three points you may need to pay attention to: 1.Convert all data to the npy format, including XYZ [N, 3]; RGB [N, 3]; Semantic Label [N]; Instance Label...