iaf icon indicating copy to clipboard operation
iaf copied to clipboard

Memory space is increasing

Open ak-kat opened this issue 6 years ago • 1 comments

I am executing tf_train.py (num_gpus=1). In forward function for two for loops it is running fine for i=0,j=0;i=0,j=1; but continuously it is taking huge memory. For i=1,j=0 of for loop in forward function it calls sub_layer.up which in turn calls conv2d, it got almost very slow and memory space is increasing at execution of line no. 49 (layer.py) of con2d function. Anyone please help me to resolve this increased memory issue.

ak-kat avatar Dec 11 '17 22:12 ak-kat

Same issue here. Even cannot compile the graph in 1 hour

Shaofanl avatar May 30 '18 21:05 Shaofanl