benedictmc / Final-Year-Project

The outline of my project is to train a Generative Adversarial Network with time series data in order to predict closing price of a cryptocurrency. I will doing this as part of my final year project for Computer Science in Maynooth University.
4 stars 1 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'metadata/binance_keys.txt' #1

Open aictborder opened 4 years ago

aictborder commented 4 years ago

I found that the program could not run, maybe some files were missing.

Could not load dynamic library 'cudart64_100.dll'; dlerror: cudart64_100.dll not found FileNotFoundError: [Errno 2] No such file or directory: 'metadata/binance_keys.txt'

aictborder commented 4 years ago

2019-11-16 01:36:57.654371: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_100.dll'; dlerror: cudart64_100.dll not found Starting trading simulator for coin BTC... Traceback (most recent call last): File "C:/Users/te/Desktop/GAN_test/Final-Year-Project-master/Final-Year-Project-master/trading_simulator.py", line 160, in x = TradingSimulator('BTC') File "C:/Users/te/Desktop/GAN_test/Final-Year-Project-master/Final-Year-Project-master/trading_simulator.py", line 18, in init with open('metadata/binance_keys.txt') as f: FileNotFoundError: [Errno 2] No such file or directory: 'metadata/binance_keys.txt'

benedictmc commented 4 years ago

Hi this is caused because I have not included this file. You can create this file with your own binance keys in order to download real time data.