So, evaluate is using datasets.utils.ps_utils.copyfunc which doesn't take into account compiled function yet, however, unique to it, also manually creates a method object, that is something that is currently not directly possible with Nuitka, or at least I haven't done it yet, probably if...
Describe the current behavior I am trying to create a Q Learning algorithm using TF2. I have this class variable called memory that keeps increasing in size as training goes on. Inside the @tf.function decorated weight update function, when I print the size of memory, it seems to be always...