models
models copied to clipboard
[DOC] Merlin Docker AttributeError: module 'merlin.models.tf' has no attribute 'OutputBlock' Error
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 can you please try nvcr.io/nvidia/merlin/merlin-tensorflow:23.08
image. I tested the notebook and it worked at my end. thanks.