Re: UnsupportedOperatorException with TensorFlow on checkpointing
: UnsupportedOperatorException with TensorFlow on checkpointing Hi, Following codes have a UnsupportedOperatorException on checkpointing (every time). Could you suggest any solution? Example code: A.java -- public class A extends
UnsupportedOperatorException with TensorFlow on checkpointing
Hi, Following codes have a UnsupportedOperatorException on checkpointing (every time). Could you suggest any solution? Example code: A.java -- public class A extends RichWindowFunction { private transient MapState state; @Override