We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BERT4Rec/gen_data_fin.py
Line 279 in 615eaf2
Your data generation code is not deterministic, hence making it difficult to reproduce your result.
As shown in the referenced code, create_instances_threading() receive random.Random(random.randint(1, 10000)) as rng, which makes it undeterministic.
Please reply.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
BERT4Rec/gen_data_fin.py
Line 279 in 615eaf2
Your data generation code is not deterministic, hence making it difficult to reproduce your result.
As shown in the referenced code, create_instances_threading() receive random.Random(random.randint(1, 10000)) as rng, which makes it undeterministic.
Please reply.
The text was updated successfully, but these errors were encountered: