baoachun

Results 11 comments of baoachun

Hi, have you solved this problem? I also encountered the same problem.

Hi @dzarukin, thank you for your reply! I used paddle+oneDNN for model inference, but turning on oneDNN did not bring much performance improvement. I think the possible reason is that...

Hi, could you please share your training configuration? I have little experience on training imagenet and there is nobody to ask. Would you please share your lr policy, data aug...

我也遇到同样的问题,没等训练完内存爆了,求解决办法

可以试试在convolution_param { 里加入engine: CAFFE

> 你指的是把group显示和namespace显示一样?点击显示group内存在的dataId? 是的,否则一个Group下面有几十个dataid都平铺展示很乱,group这个字段也失去意义了,如果用namespace来区分的话,页面上面namespace那一行会很长。由于是公司的内部页面,暂时无法截图展示

@PanagiotisP Yes, the issue tends to occur after iterating hundreds of times, but sometimes it may take thousands of iterations to appear. I have checked the input parameters and have...

@Devlee247 Yes, I changed the concatenation operation of ID and depth to store them separately, and that bug is fixed. However, I still encounter errors in the `FORWARD::render` function, and...

@Devlee247 Thank you for sharing, unfortunately, this method does not solve my problem.

I also encountered this problem. ``` writer = imageio.get_writer(f'{out_dir}/{mp4save_fn}', mode='I', fps=30, codec='libx264', bitrate='16M') ```