Guilherme Camargo

Results 9 comments of Guilherme Camargo

Hello! Thanks for listening! > I don't fully understand that. You mean the GPU memory is still allocated? Exactly, the memory is still allocated and the video card continues to...

> That's weird, given that `accBuf /= weightBuf` is an inplace division, and doesn't even allocate extra memory In fact, on the machine I am using there is extra memory...

I performed the code 10 times in a row and got this result ![presentation1](https://user-images.githubusercontent.com/8527432/52344622-6425a280-2a02-11e9-8ec3-0f2b4806008d.png) In fact, there are peaks, as shown in the attached image, in indexes 4, 5, 6...

Yes ![error](https://user-images.githubusercontent.com/8527432/52346563-fdef4e80-2a06-11e9-9e64-ac1ec8546e18.png)

With `x = np.ones((1024,1024,400), np.float32)` the code don't crash. But if I set `x = np.ones((1024,1024,**450**), np.float32)`, then it will crash.

It exhibits the same behavior, running smoothly when `x = np.ones ((1024,1024,400), np.float32)` and crashing when `x = np.ones ((1024,1024,450), np.float32)`

The proposed modifications really worked! I no longer receive the memory error, so the program is being limited only by RAM memory. Many thanks for the support @maweigert ! >...

@ffoliveira Poderia disponibilizar o `Dockerfile` ou `docker-compose`, por favor?