单纯大炮

文章
6
资源
0
加入时间
2年10月21天

报错解决:ResourceExhaustedError: OOM when allocating tensor with shape[1,36864,36864]

运行代码报错:Hint: If you want to see a list of allocated tensors when OOM happens, add report_tensor_allocations_upon_oom to RunOptions for current allocatio [Op:__inference_predict_function_5604]百度看到有人说显存不够,减小batchsize,然后我减小到1还是不行,最后发现是我文件开头加的三行代码(见下图)的问

Java基础之for循环嵌套

双重循环嵌套for(条件初始化;条件判断;条件变化){ //hang//代码for(条件初始化;条件判断;条件变化){ //lie//代码}//代码}外层循环执行一次,内层循环执行一轮(从开始到结束)/* * * * * * * * * * * * * * * * * * * * * * * * * * */ int count=0;...