better629
better629
**Is your feature request related to a problem? Please describe.** I find we can define a custom trigger following the guide:https://argoproj.github.io/argo-events/sensors/triggers/build-your-own-trigger/ but if I finish it, how to publish it...
I run the skein client in Mac os, The error info ``` 19/12/03 09:50:46 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 19/12/03...
euler version: euler_gl-0.1.2-py2.7 I generate ppi example with `ppi_data.py`. And then run the command ``` python -m tf_euler \ > --data_dir ppi \ > --max_id 56944 --feature_idx 1 --feature_dim 50...
**What is your environment(Kubernetes version, Fluid version, etc.)** K8s 1.20.4 Fluid 0.6 alluxio 2.5.0 **Describe the bug** 1、ceph中的中文数据集在缓存中路径为乱码,这种如何解决? 2、针对ceph某个路径创建Dataset,通过应用去访问缓存,可以看到该路径下的所有数据。但是往ceph该路径新写入数据后,应用中缓存列表里看不到对应的心数据。 3、AlluxioRuntime默认会设置副本数,会导致部分节点不能正常使用PVC,并报 ` MountVolume.NodeAffinity check failed for volume "xxx-fluid-test" : no matching...
**Is your feature request related to a problem? Please describe.** add support to `binary`/`multiclass`/`regression` task **Describe the solution you'd like** Add `multiclass`/`regression` support for `WDL`, just for example. 1、first rewrite...
**Is your feature request related to a problem? Please describe.** Dump the keras model with pickle **Describe the solution you'd like** The solution is like below with `examples/run_classification_criteo.py` ``` #...
### 🐛 Describe the bug run the simplest `ColossalAI-Examples/image/resnet`,After `colossalai run` only get `Error: failed to run torchrun`, no other messages. How to find out? ### Environment Colossal-AI version: 0.2.0...
### 🐛 Describe the bug install colossallai from `pip install colossalai==0.2.0+torch1.12cu11.3 -f https://release.colossalai.org` successed, and import successed. But `colossalai check -i ` failed, and `colossalai run xx` also failed. logs:...
to add gradio support
finetune using `train/training_scripts/single_node/run_LoRA.sh` with `--model_name_or_path /path/to/decrypted/BELLE-LLaMA-EXT-7B/` But happens with the error ``` │ 130 │ │ util_ops = UtilsBuilder().load() │ │ 131 │ │ self.flatten = util_ops.flatten │ │ 132...