Skip to content
New issue

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

[DOC] Merlin Docker AttributeError: module 'merlin.models.tf' has no attribute 'OutputBlock' Error #1207

Open
mustfkeskin opened this issue Aug 3, 2023 · 1 comment

Comments

@mustfkeskin
Copy link

mustfkeskin commented Aug 3, 2023

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

@rnyak
Copy link
Contributor

rnyak commented Nov 2, 2023

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants