Skip to content
New issue

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

seed_split is used instead of split_seed #119

Open
rashadkp opened this issue Mar 23, 2024 · 1 comment
Open

seed_split is used instead of split_seed #119

rashadkp opened this issue Mar 23, 2024 · 1 comment

Comments

@rashadkp
Copy link

if args.seed_split is not None:

Code is crashing because the usage seed_split instead we should use:
if args.split_seed is not None:
np.random.seed(args.split_seed)

@ClementPinard
Copy link
Owner

Hi, I do believe it's solved with the commits I just made, can you check it out ?

Moreover, I added the feature of saving the generated the split in a file to check that the split seed feature was working properly. This should now be saved in the folder contained in the save_path variable.

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

No branches or pull requests

2 participants