Artem Mavrin
Artem Mavrin
Hi, can you please clarify what you mean by "tensorflow stopping" or "I couldn't import tensorflow nor keras libraries"? Thanks!
Hi @deploy-soon can you please share a minimal example that replicates the error?
Sorry, for the delay. I'm able to replicate your error. It looks like TensorFlow can't infer the rank of the values in the `labels` dataset. `SparseCategoricalFocalLoss` needs the ground truth...
Thanks for bringing this up, I haven't seen this kind of issue before. Did you confirm that the error is specific to SparseCategoricalFocalLoss? I.e., does the error occur when using...
Thanks for sharing the traceback. Doing some Googling, it seems like others have encountered similar errors when trying to use "unsupported" ops on TPUs. The error seems to suggest that...