linuxdebian

Results 2 issues of linuxdebian

I am getting the following error when I run "python trading_algo.py" 2021-02-13 10:43:34.165315: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Successfully opened dynamic library libcudart.so.10.1 2021-02-13 10:43:36.611898: I tensorflow/compiler/jit/xla_cpu_device.cc:41] Not creating XLA devices, tf_xla_enable_xla_devices not...

Make the following changes in "basic_model.py" and "tech_ind_model.py" : FROM from tensorflow import set_random_seed set_random_seed(4) TO import tensorflow tensorflow.random.set_seed(4)