Skip to content

updating tf version to 2.6.0

Manuel Guth requested to merge mguth-tf-update into master

there seems to be a memory leak in model.predict with time distributed layer which should be fixed in tf 2.6.0

this was also the reason why DIPS used so much memory due to the callbacks calling model.predict

Merge request reports