Skip to content

[BUG] test_ncf_functional timeout #2312

@SimonYansenZhao

Description

@SimonYansenZhao

Description

The gpu-nightly test test_ncf_functional() always fails due to timeout (See the logs). And I find it is set to time out after 7200 seconds:

def test_ncf_functional(
notebooks, output_notebook, kernel_name, size, epochs, expected_values, seed
):
notebook_path = notebooks["ncf"]
execute_notebook(
notebook_path,
output_notebook,
kernel_name=kernel_name,
parameters=dict(
TOP_K=10, MOVIELENS_DATA_SIZE=size, EPOCHS=epochs, BATCH_SIZE=512, SEED=seed
),
timeout=7200,
)

In which platform does it happen?

gpu-nightly

How do we replicate the issue?

Expected behavior (i.e. solution)

Willingness to contribute

  • Yes, I can contribute for this issue independently.
  • Yes, I can contribute for this issue with guidance from Recommenders community.
  • No, I cannot contribute at this time.

Other Comments

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions