We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First I run docker given command
docker run --gpus all --rm -it \ -p 8888:8888 -p 8797:8787 -p 8796:8786 --ipc=host \ nvcr.io/nvidia/merlin/merlin-tensorflow-training:latest /bin/bash
I want to try first example in merlin models https://github.com/NVIDIA-Merlin/models/blob/main/examples/01-Getting-started.ipynb
AttributeError: module 'merlin.models.tf' has no attribute 'OutputBlock'
I think docker is outdated Latest modification is not included
The text was updated successfully, but these errors were encountered:
@mustfkeskin can you please try nvcr.io/nvidia/merlin/merlin-tensorflow:23.08 image. I tested the notebook and it worked at my end. thanks.
nvcr.io/nvidia/merlin/merlin-tensorflow:23.08
Sorry, something went wrong.
No branches or pull requests
First I run docker given command
I want to try first example in merlin models
https://github.com/NVIDIA-Merlin/models/blob/main/examples/01-Getting-started.ipynb
AttributeError: module 'merlin.models.tf' has no attribute 'OutputBlock'
I think docker is outdated
Latest modification is not included
The text was updated successfully, but these errors were encountered: