Hendrik

Results 3 comments of Hendrik

Any news?

Hey, sorry for late response @Sicily-F. I run everything on custom data. Moreover, I could make it run on the CPU via `@tf.function(experimental_compile=True)` ([Issue 29005](https://github.com/tensorflow/tensorflow/issues/29005)), but it was not applicable...

Hey, I am more or less struggling / thinking about the same right now. Currently, I ended up like this ``` my-repository-name │── serverless.yml │── README.md │── src |── pyproject.toml...