You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running the Getting Started With MovieLens example for pytorch and when I created the dataloader and generated a single batch I got a different output than the the one that was expected:
I read in the documentation that a multicoded object will have two tensors (value and nnzs), in my case I the two tensors are being added against different keys rather than being added as a tuple against a single key.
How can I get the batches in the required format?
The text was updated successfully, but these errors were encountered:
zainkhan-afk
changed the title
[QST]
The batch generation in MovieLens example produces batches in an unexpected way
Jul 2, 2024
zainkhan-afk
changed the title
The batch generation in MovieLens example produces batches in an unexpected way
[QST] The batch generation in MovieLens example produces batches in an unexpected way
Jul 2, 2024
In my experience, working with the merlin-torch version is bad. Tensorflow has a much better support, I see the merlin-torch as still very immature.
I had many problems in replicating the tensorflow-based notebooks with Merlin torch, as as you I've abandoned the idea and happily switched to merlin-tensorflow containers.
❓ Questions & Help
Details
I was running the Getting Started With MovieLens example for pytorch and when I created the dataloader and generated a single batch I got a different output than the the one that was expected:
I got:
Expected:
Docker: nvcr.io/nvidia/merlin/merlin-pytorch:nightly
Notebook: 03-Training-with-PyTorch.ipynb
I read in the documentation that a multicoded object will have two tensors (value and nnzs), in my case I the two tensors are being added against different keys rather than being added as a tuple against a single key.
How can I get the batches in the required format?
The text was updated successfully, but these errors were encountered: