thulyubh22

Results 7 issues of thulyubh22

## ๐ŸŒŸ Request for data update Convenient data retrieve method (like `python -m qlib.run.get_data qlib_data --target_dir ~/.qlib/qlib_data/cn_data --region cn`) can only get data to 2020-9-24. However, if we get data...

enhancement

## ๐ŸŒŸ Feature Description In some modes, transaction detail will be showed as output, like: `[I 2017-03-08 00:00:00]: buy SH601919๏ผŒprice 0.38,amount 5516124.0033530545.deal amount 5516124.0083530545.factor 0.06366799771785736.value 2114227.46.cash 20360177.33`. However, in the...

enhancement

## ๐Ÿ› Bug Description Only using `pip install pyqlib` always can't really prepare necessary environment. If I only do `condo create` and `pip install pyqlib`, even the data retrieve process...

bug

This Pull Request addresses two primary issues: - The original base image was no longer available. I've updated it to use a current and available image. - The previous data...

There are many problems with the old docker file, here is the new available one ``` FROM nvidia/cuda:12.1.0-base-ubuntu20.04 RUN apt update && DEBIAN_FRONTEND=noninteractive apt install git bzip2 wget unzip python3-pip...

``` (cad) (deepspeech-venv) root@8ikb0p7c24u18-0:/bjzhyai03/bohan/PaddleSpeech# paddlespeech asr --lang zh --input zh.wav /root/miniconda3/envs/cad/lib/python3.8/site-packages/setuptools/sandbox.py:14: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources /root/miniconda3/envs/cad/lib/python3.8/site-packages/pkg_resources/__init__.py:2832: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('mpl_toolkits')`. Implementing implicit...

Bug
S2T

I follow the direction and error happens. ``` (pytorch) root@8ikb0p7c24u18-0:/bjzhyai03/bohan# virtualenv -p python3 $HOME/tmp/deepspeech-venv/ created virtual environment CPython3.6.9.final.0-64 in 306ms creator CPython3Posix(dest=/root/tmp/deepspeech-venv, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle,...