I am training a custom model with a custom layer using Tensorflow on Sagemaker. It runs smoothly local, no errors, no warnings. When I run it on Sagemaker, it produces many warnings, all the same:
2021-01-22 15:20:26.660 xxxx.xxxx.compute.internal:32 WARNING keras.py:603] cannot save layer values during forward pass with tf.function
I am not sure if this is something to be worried about. Does someone have any ideas about this?