This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import random | |
| import numpy as np | |
| import tensorflow as tf | |
| import torch | |
| def set_seed(seed=42): | |
| """ | |
| sets the integer starting value used in generating random numbers. | |
| comment out packages/frameworks not in use as per your choice |