-
[Digit Set.zip](https://github.com/jomjol/AI-on-the-edge-device/files/7796878/Digit.Set.zip)
Digit set for my LCD water meter. Hopefully I did everything correct. A couple numbers I could only find…
-
hi Nani that's really beautiful work :) thank you very very much :) and i love this autoQueue Icon.
Not jet implemented? Hope you have time.
at the moment the beautiful icon is changing but autoTra…
-
Hi everyone,
first things first: Thanks for this awesome project. I'm looking forward to read my completely analog power meter with this software.
However, I can't quite get it to work. I've bee…
-
Hi,
I got the following error when running python main.py --mode=train
==============Start Feature Engineering===========
Traceback (most recent call last):
File "main.py", line 47, in
…
-
something wrong in input shape
python main.py --mode=train
Traceback (most recent call last):
File "main.py", line 53, in
main()
File "main.py", line 38, in main
finrl.autotrain.tra…
-
Thanks for your great work.
I found a bug when running **main.py** on windows 10 using "**CSI_300_TICKER**" or other stocks.
The error is showing as follows:
Traceback (most recent call las…
-
Ran into an error when running `python main.py --mode=train`:
- `BackTestStats` called in "finrl/autotrain/training.py"
- Defined as function with name `backtest_stats` in "finrl/trade/backtest.p…
-
I'm using a virtual environment of Python 3.7.3 in Mac 10.15.2
when I run
python main.py --mode=train
it returns
==============Start Feature Engineering===========
Successfully added technical…
-
Everything is fine when stocks belong to the same index, for instance, MULTIPLE_STOCK_TICKER = ["AAPL", "MSFT", "IBM"].
However, using your own configuration (MULTIPLE_STOCK_TICKER = ["AAPL", "MSFT",…
-
I get the following error when I try to run any code, including main.py
ImportError: cannot import name 'BackTestStats' from 'finrl.trade.backtest' (/Users/maa/projects/finRL/FinRL-Library/finrl/tr…
rdmjc updated
3 years ago