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
For num_vals > 31, when num_dims == 2, shape of the generated dataset is incorrect.
num_dims =2 num_vals = 33 Plot of the resulting dataset:
The text was updated successfully, but these errors were encountered:
Merge pull request #18 from nash911/fix/dense_gen_layer
3efb209
Dense Generator - Bug fix
No branches or pull requests
For num_vals > 31, when num_dims == 2, shape of the generated dataset is incorrect.
num_dims =2
![figure_1](https://user-images.githubusercontent.com/9726514/27750033-5848063c-5dd6-11e7-8dcd-383bc81b1993.png)
num_vals = 33
Plot of the resulting dataset:
The text was updated successfully, but these errors were encountered: