Charlotte Gerhaher
Charlotte Gerhaher
I encountered the same problem, were you able to get better results with more epochs?
Oh, yes! : O thanks, will try again!
Hi @synandi thanks for the quick reply! Yes, that would be my back up option, but the subclassing would be my preferred option for our use case, even when considering...
fyi: our goal is to be able to pass `MyTensor` instances to some tensorflow model. Those instances should be handled just as tf.Tensors, hence why we would like to extend...
We came across pytorch's `__torch_function__` and now I was wondering if there is an equivalent in tensorflow. This wouldn't fully solve my subclassing problem but could be part of the...
Thanks, I'll go with this workaround then!