models icon indicating copy to clipboard operation
models copied to clipboard

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

Open mustfkeskin opened this issue 1 year ago • 1 comments

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

mustfkeskin avatar Aug 03 '23 08:08 mustfkeskin

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

rnyak avatar Nov 02 '23 18:11 rnyak