Skip to content

Instantly share code, notes, and snippets.

@aagnone3
Created July 7, 2020 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aagnone3/82354f51c5a37ebdeccd1415a84805ba to your computer and use it in GitHub Desktop.
Save aagnone3/82354f51c5a37ebdeccd1415a84805ba to your computer and use it in GitHub Desktop.
hummingbird-deepnote_3.py
RND_SEED = 42
np.random.seed(RND_SEED)
torch.manual_seed = RND_SEED
torch.backends.cudnn.deterministic = True
torch.backends.cudnn.benchmark = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment