bschifferer
bschifferer
rerun tests
@jperez999 I provided an example with Merlin Models: https://github.com/NVIDIA-Merlin/models/pull/778 I add the seed_fn ``` train_dl = tf_dataloader.BatchedDataset( train, batch_size = batch_size, shuffle=True, drop_last=True, global_size=2, global_rank=hvd.rank(), seed_fn=seed_fn ) print(len(train_dl)) ``` When...
@marcromeyn @viswa-nvidia can you provide the dependency for the tickets? Which other tickets need to be finished that we can provide the example?
What do we want to demonstrate? Is this the Transformer4Rec examples in Merlin Models with Tensorflow instead of PyTorch? Do we need any other system components (e.g. candidate retrieval, feature...
Updating RecSys2022 with Transformer4Rec
Merlin Models Examples - Transformer4Rec Examples: Repository Merlin/models: - Updating RecSys2022 with Transformer4Rec (https://github.com/NVIDIA-Merlin/models/issues/810) Repository Merlin/Merlin - UseCase # 1: Low number of items (
Details are added here: https://docs.google.com/document/d/1Zi0SNHHiN72wYIwpkKx-u5xqC35YvlZjNTKUosRuQds/edit
@karlhigley do you think we should add an example for it?
thanks for splitting. I think we need one first ToDo - "Decide where current NVTabular examples will stay" & "Decide which NVTabular examples should be migrated to Merlin Models &...
We have three notebooks, which uses synthetic as an example: [03-Exploring-different-models.ipynb](https://github.com/NVIDIA-Merlin/models/blob/main/examples/03-Exploring-different-models.ipynb) [04-Exporting-ranking-models.ipynb](https://github.com/NVIDIA-Merlin/models/blob/main/examples/04-Exporting-ranking-models.ipynb) [05-Retrieval-Model.ipynb](https://github.com/NVIDIA-Merlin/models/blob/main/examples/05-Retrieval-Model.ipynb) Do we want to update them to use real data in CI?