Skip to content

Instantly share code, notes, and snippets.

@CharlesAverill
Last active April 23, 2020 03:00
Show Gist options
  • Save CharlesAverill/6cfa944592cb716647a430f0f45d0703 to your computer and use it in GitHub Desktop.
Save CharlesAverill/6cfa944592cb716647a430f0f45d0703 to your computer and use it in GitHub Desktop.
weights[tuple(map(lambda x: np.random.randint(0, x), weights.shape))] = random.uniform(
self.low_bound, self.high_bound)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment