seed_rl
seed_rl copied to clipboard
Using tensorflow grpc causes memory leaks when calling to server
I took out the code for tensorflow grpc and for some reason the memory keeps increasing when the client makes a call to the server, the function takes in no parameters and returns tf.random.uniform tensors but the memory still accumulates over thousands of calls
https://github.com/YHL04/tensorflow_grpc
simplest code to reproduce my issue can be found here (prints memory in MB)