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

identical expression #4869

Open
maddin200 opened this issue Aug 24, 2023 · 0 comments
Open

identical expression #4869

maddin200 opened this issue Aug 24, 2023 · 0 comments
Labels

Comments

@maddin200
Copy link

/src/nnet3/nnet-parse-test.cc line 63

Code:
vec.SetRandn();
vec(0) = 1024.2343;
vec(1) = 0.01;
vec(2) = 0.001234;
vec(3) = 0.000198;
vec(3) = 1.98e-09; // <-- identical index

@maddin200 maddin200 added the bug label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant