Open JIBSIL opened 1 day ago
We are very glad to receive your issue, I found the following in the information you provided. You are running RD-Agent
on Windows
, but RD-Agent
is not currently supported on Windows
. There is a badge in the README called platform
that explains this, so we recommend that you run RD-Agent
on Linux
.
We are very glad to receive your issue, I found the following in the information you provided. You are running
RD-Agent
onWindows
, butRD-Agent
is not currently supported onWindows
. There is a badge in the README calledplatform
that explains this, so we recommend that you runRD-Agent
onLinux
.
Hi, I'm running the Dockerized (WSL2/Docker Desktop) version of RD-Agent though; the environment that the python code is running in should be a linux based one
🐛 Bug Description
The default CUDA device ordinal is incorrect for RD-Agent model generation
To Reproduce
Steps to reproduce the behavior:
rdagent fin_model
Expected Behavior
It should be expected that the user has at least one GPU device, not three minimum. Therefore the default GPU should be 0.
Screenshot
Environment
Note: Users can run
rdagent collect_info
to get system information and paste it directly here.Additional Notes
Referenced issues: #442 #445
Fix
Referenced code: https://github.com/microsoft/RD-Agent/blob/main/rdagent/scenarios/qlib/experiment/model_template/conf.yaml#L65
I am reluctant to make a one-line pull request, but if you are a contributor please clarify if this is expected behaviour from RD-Agent.