Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem of dtype arguments #143

Open
duodenum96 opened this issue Dec 9, 2021 · 0 comments
Open

Problem of dtype arguments #143

duodenum96 opened this issue Dec 9, 2021 · 0 comments

Comments

@duodenum96
Copy link

Hello,

When I run this code:

python main.py --mode=train --processes=1

I get this error:
TypeError: init() got multiple values for argument 'dtype'

I changed only the start and end times in the configuration file. Are there any recommendations?

Here's the logfile:

INFO:root:select coin online from 2021-10-12 00:00 to 2021-11-11 00:00
DEBUG:root:Selected coins are: ['reversed_USDT', 'reversed_USDC', 'ETH', 'LTC', 'XRP', 'SRM', 'DOGE', 'XMR', 'BCH', 'DOT', 'EOS']
INFO:root:fill SRM data from 2021-03-26 00:00 to 2021-06-24 11:59
INFO:root:fill SRM data from 2021-06-24 12:00 to 2021-09-22 23:59
INFO:root:fill SRM data from 2021-09-23 00:00 to 2021-12-01 00:00
INFO:root:fill DOT data from 2021-03-26 00:00 to 2021-06-24 11:59
INFO:root:fill DOT data from 2021-06-24 12:00 to 2021-09-22 23:59
INFO:root:fill DOT data from 2021-09-23 00:00 to 2021-12-01 00:00
INFO:root:fill EOS data from 2021-11-30 23:00 to 2021-12-01 00:00
INFO:root:feature type list is ['close', 'high', 'low']
DEBUG:root:buffer_bias is 0.000050
INFO:root:the number of training examples is 11008, of test examples is 929
DEBUG:root:the training set is from 0 to 11007
DEBUG:root:the test set is from 11040 to 12000

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant