-
你好,我不太懂,想问一下,这个模型是已经训练好的吗?
还是说我得运行一下:
微调: python c00_toy_cpu_train_6b.py
推理: python p00_toy_cpu_predit_6b.py
然后就可以用了?
-
Hi,
I noticed that in the experiments, `epo_train.py` scales `alpha` (task weight) by the number of tasks but not for the other methods like `pmtl_train.py` and `linscalar_train.py`. `epo_search.p…
-
Hello,
Please when i execute train-toy.sh i have this error:
[Warning] failed to open results/patterns.csv under parameters = r
Could you help me please?
-
### 问题描述 Issue Description
根据官网版本要求,我安装了paddle=2.4.1,paddlenlp=2.5.0,然后根据https://github.com/PaddlePaddle/PaddleNLP/tree/develop/ppdiffusers安装教程安装了ppdiffusers,并测试了提供的示例:
```python
import paddle
f…
-
Hi, I have encountered the error when I run the [stage1_proj_cla.sh](https://github.com/YuanGongND/ltu/blob/main/src/ltu_as/train_scripts/stage1_proj_cla.sh), both the `base_model` and `data_path` are…
-
We have to do the following to tune parameters
- [x] Check the gradient chain
- [x] Toy with max ponded depth
- [x] Get streamflow data
- [x] Test percolation
- [x] See if params update
- [ ] Train m…
-
In the linked-art schema the attached ‘representations’ are not consistent in structure. For
example when trying to retrieve all ‘toy train’ objects
( http://nma.conaltuohy.com/xproc-z/object?type=t…
-
Hello,
First, id like to say your code was VERY easy to run. Usually, people make it very difficult, so thank you for that!
I wanted to ask about the performance on the toy dataset you have post…
-
Hello, I downloaded the CSS3D from the readme and load the `css_toy_dataset_novel2_small.dup.npy` as follow:
```python
import numpy as np
data = np.load("../data/css_toy_dataset_novel2_small.dup.n…
-
Using the `WANDB_DISABLED` environment variable is deprecated and will be removed in v5. Use the --report_to flag to control the integrations used for logging result (for instance --report_to none).
…