stock-trading-ml
stock-trading-ml copied to clipboard
Problem with seed of latest version of tensorflow
when seeding the random, you need to seed like that:
import tensorflow as tf
tf.random.set_seed()
Reference: https://stackoverflow.com/questions/58638701/importerror-cannot-import-name-set-random-seed-from-tensorflow-c-users-po