Skip to content

Conversation

@MustaphaU
Copy link

This PR fixes a TypeError in the example training script by specifying a check_type argument (i.e., hugectr.Check_t.Non) in the hugectr.DataReaderParams constructor.

Based on the API documentation, the check_type argument has no default value and a value must be specified.

…arams`

This PR fixes a `TypeError` in the example training script by specifying a check_type argument (i.e., `hugectr.Check_t.Non`) in the `hugectr.DataReaderParams` constructor. 

Based on the [API documentation](https://nvidia-merlin.github.io/HugeCTR/main/api/python_interface.html#:~:text=check_type%3A%20The%20data%20error%20detection%20mechanism.%20Specify%20hugectr.Check_t.Sum%20(CheckSum)%20or%20hugectr.Check_t.Non%20(no%20detection).%20This%20argument%20has%20no%20default%20value%20and%20you%20must%20specify%20a%20value), the `check_type` argument has no default value and a value must be specified.
updated the script with a comma (,)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant