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

Random semantic location in the datapoint #1

Open
dulalsaurab opened this issue May 23, 2022 · 0 comments
Open

Random semantic location in the datapoint #1

dulalsaurab opened this issue May 23, 2022 · 0 comments

Comments

@dulalsaurab
Copy link

Looks like the semantic location is decided (randomly) before the generation of data. In doing so, all the data points generated will have the same semantic location. I suppose it would have been better to choose semantic location randomly for each data point rather than deciding it upfront.

slocation = random.choice(semantic_locations)

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

1 participant