I\'m spinning up a Python 3 API w/gunicorn that uses keras to calculate vectors for an image, pretty straightforward.
How can I reset the data stored in memory for e
from keras import backend as K K.clear_session()