Hi,
when I try running using GPU, the first party allocates all the memory of the GPU, and when the other parties are created they throw exception out of memory as they cannot allocate anymore from the memory.
I use:
Tensorflow 1.15.0
keras 2.11.0
python 3.6
i tried adding this code in the keras_fl_model and they run successfully but no change happens, still allocates the whole memory
Hi, when I try running using GPU, the first party allocates all the memory of the GPU, and when the other parties are created they throw exception out of memory as they cannot allocate anymore from the memory. I use: Tensorflow 1.15.0 keras 2.11.0 python 3.6 i tried adding this code in the keras_fl_model and they run successfully but no change happens, still allocates the whole memory