cloudy-sfu

Results 18 issues of cloudy-sfu

For example, `AdaBoostRegressor` has a parameter named `base_estimator`. I should input another model like `DecisionTreeRegressor(max_depth=3)` as the argument. The instance looks like: ``` AdaBoostRegressor(base_estimator=DecisionTreeRegressor(max_depth=3, ...), learning_rate=0.1, n_estimators=100, ...) ``` When...

Environment: Ubuntu 18.04 & PaddlePaddle 1.8.3.post107 & CUDA: 10.2 Initially, I install Senta and try it in the terminal. It only works when the current folder is `Senta` (must run...

When running `main.py`, Python reports: Cannot import name 'check_random_state' from 'tensorly.random' Suggestion: Replace the following line with ``` import tensorly.random ``` https://github.com/huawei-noah/BHT-ARIMA/blob/d88c7cedaa9c60b317d501eb595ec6f6ee72dced/BHT_ARIMA/util/functions.py#L18

https://github.com/huawei-noah/BHT-ARIMA/blob/d88c7cedaa9c60b317d501eb595ec6f6ee72dced/BHT_ARIMA/BHTARIMA.py#L92 I find that the random seed may not be used. Suggestion: replace the above line with ``` np.random.seed(seed) ```

### Current Behaviour Not applicable ### Expected Behaviour Not applicable ### Data Description ``` ...\venv\Lib\site-packages\ydata_profiling\model\typeset.py:208: FutureWarning: is_categorical_dtype is deprecated and will be removed in a future version. Use isinstance(dtype, CategoricalDtype)...

information requested ❔

https://github.com/mrosol/Nonlincausality/blob/5d77e8f3e69f68f7901925e594648ebad1c350d6/nonlincausality/nonlincausality.py#L497-L499 The three argument is not aligned to the definition of `run_nonlincausality` and will cause the following issue: ``` TypeError: run_nonlincausality() missing 3 required positional arguments: 'verbose', 'plot', and 'functin_type'...

When run `bash train.sh`, the following error occurs. How to solve it? ``` File "/home/cld/.conda/envs/ml-tf/lib/python3.11/site-packages/tensorflow_datasets/core/load.py", line 643, in load Traceback (most recent call last): File "", line 1, in File...

- [x] CN model: https://paddleocr.bj.bcebos.com/PP-OCRv4/chinese/ch_PP-OCRv4_rec_infer.tar - [x] EN model: https://paddleocr.bj.bcebos.com/PP-OCRv3/english/en_PP-OCRv3_rec_infer.tar - [x] Support language selection (unified to tesseract OCR)

enhancement

网页版-账号登录途径:已反复确认账号正确,但是提示网页版账号登录账号、密码不正确,请检查 JS 取值部分。 ![image](https://github.com/qier222/YesPlayMusic/assets/41314224/3e13f587-3310-404f-a3d6-9f908f6a8c5a) 用的是网页版还是客户端 网页版 浏览器名称或电脑操作系统 Google Chrome Version 125.0.6422.144 (Official Build) (64-bit) 控制台 Console 页面的截图(按 F12 可打开控制台) ![image](https://github.com/qier222/YesPlayMusic/assets/41314224/1645da77-b7a4-4b73-9d84-a1f6e496a91b)

What is the license of this project?