Exabyte

Results 10 comments of Exabyte

Hello Friend. I like the work you have done so far.

Hello, thanks for your time. I've been browsing through your code I think it was hard work congratulations. The problem is solved. just have to update ccxt library to its...

I had a similar problem a few time ago I solved it by changing to CPU usage ``` import tensorflow as tf tf.config.set_visible_devices([], 'GPU') ``` now it works fine and...

only those that are related to the strategy in classifiers like ClassifierKerasBinary.py In the tensorflow repository they have useful tips [31135](https://github.com/tensorflow/tensorflow/issues/31135)

hello @nateemma about memory consumption apparently it is as suggested by the user @tomjrtsmith it is related to tensorflow, I have looked at several issues in the tensor repository: [all...

thanks Phil, indeed it is a problem that usually happens in ubuntu with tensorflow. I found a possible solution I will leave a test running the next few days to...

at the end of all it was something silly , this way worked for me ``` I use the cpu pip install tensorflow-cpu==2.10.0 pip install torch==1.12.1 pip install pytorch-lightning==1.8.5 pip...

> Thanks, if it works let me know and I'll merge it in. Also, try the NNTC versions, memory usage should be less than half of NNBC and they seem...

It seems to be a configuration error in your env for tensorflow and the nvidia toolkit, try installing `pip install tensorflow-cpu==2.15.0`

In general I use an old variant, I recently migrated it to the phil approach LTSM model it's going a better than the old nnbc model i use I only...