Not getting the same output as u are getting #273
Unanswered
MadVij2021
asked this question in
Q&A
Replies: 1 comment
-
You've set a seed. The random numbers won't change unless you remove that line. Seed insures NO CHANGE IN RANDOM NUMBERS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When we have seeded our tensor, then random function should return same random tensor every time, but in my case it is not so....I tried using seeding one random1 and not seeding random2 but the same problem still exists. Help me out.

m.
Beta Was this translation helpful? Give feedback.
All reactions