HiFei8816

Results 13 comments of HiFei8816

@caimaomao315 I have the same problem. Have you solved it?

@caimaomao315 The number of folders under `random_masks` is 24000. I will try to delete some folders in `random_masks` to make it 1940 and see what will happen. //Edited later// I...

@OnlyFlashEobard @outfielder @Deerzh You can modify `.bashrc` like this: `sudo vi ~/.bashrc` `CUDA_HOME=/usr/local/cuda-X.X` `X.X` is your CUDA version, you can use `nvcc --version` to check the version and replace it...

I'm also having the same issue. I use huggingface-hub 0.23.4, python 3.9 and conda 24.4.0. What I tried: 1. upgrade huggingface-hub 2. reinstall huggingface-hub 3. clean the pip cache and...

> I'm also having the same issue. > > I use huggingface-hub 0.23.4, python 3.9 and conda 24.4.0. > > What I tried: > > 1. upgrade huggingface-hub > 2....

> Hi, where did you see train_and_evaluate function mentioned? I think it refers to `train_agent()` in `run.py` in elegantrl and Helloworld. The training process involves training and evaluating. It's mentioned...

> i can not find this function Did you fix the problem? I'm facing the same problem.

@wanghia @QimingRen1 See this pull request 2 years ago. https://github.com/AI4Finance-Foundation/ElegantRL/pull/239#issuecomment-1340286821 It seems that `train_and_evaluate` has been renamed to `train_agent`. Change the code to `from elegantrl.train.run import train_agent` works in my...

Same problem... Do you have any solution?

@josh0tt Hi, may I ask how do you modify the code to use custom data set? I'm trying to train on my own data.