NVIDIA-Merlin / models

Merlin Models is a collection of deep learning recommender system model reference implementations
https://nvidia-merlin.github.io/models/main/index.html
Apache License 2.0
262 stars 50 forks source link

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

Open mustfkeskin opened 1 year ago

mustfkeskin commented 1 year ago

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 commented 11 months ago

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