Danylo Vashchilenko
Danylo Vashchilenko
Generating docker-compose.yml is useful for taking snapshots of a running set of containers. It would be a useful dev-ops tool.
I have run into this bug as well while training a Keras model with a large dataset. After some tinkering, I found another way to replicate the same error --...
> only the tensor creation should be in the 'with cpu' @timsharpzim You are right, that's an error in my original snippet. To summarize: 1) If you pass NumPy arrays...
I think the easiest long-term solution is to start building tensorflow-text in the conda-forge channel. Installing Tensorflow from pip is not an easy solution for anyone who is already using...
I have run into this bug as well while training a Keras model with a large dataset. After some tinkering, I found another way to replicate the same error --...
> only the tensor creation should be in the 'with cpu' @timsharpzim You are right, that's an error in my original snippet. To summarize: 1) If you pass NumPy arrays...