lyc728

Results 21 comments of lyc728

> 可以尝试下 > > ps:中文数据集是否可分享一下呢,很多人说中文上效果不理想,我想抽空康康 能否指点下数据集怎么构造呢?

你好,你得数据是怎么制作的呢?

> Hi, > > We cannot provide the password. Please follow the link https://github.com/HCIILAB/SCUT-EPT_Dataset_Release to apply for the password. Thanks. I have send the email to they([email protected], or [email protected]). They...

> 自己的理解,仅供参考哈,以大佬解释为准 > > 1. 感觉是 stride_stages 是固定的,但是位置是相对的,比如可能整体前移后移这样,还需要@huizhang0110 @quanmingyao 大佬确认下 > 2. conv_op_ids 需要换成自己的 > 3. 使用这个[代码](https://github.com/sovrasov/flops-counter.pytorch/blob/master/ptflops/flops_counter.py) 就行 你好,我的训练数据有问题吗?为什么损失为0

> any information about training data structure? Did you fix it ?

> Hello I try to finetune with my own data and I add more character in 'train.py' But I got error 'ValueError: num_samples should be a positive integer value, but...

trunc_normal_ = TruncatedNormal(std=.02) normal_ = Normal zeros_ = Constant(value=0.) ones_ = Constant(value=1.) 大佬,这个有没有相关的代码进行转换

> @fpetrini15, @krishung5, or @tanmayv25 any thoughts here? > > @lyc728, Would you be able to provide us a minimal reproducer using the latest Triton release `r23.12`? Preferably with the...

git clone https://github.com/triton-inference-server/tensorrtllm_backend.git -b v0.7.0 git lfs install git submodule update --init --recursive # Use the Dockerfile to build the backend in a container # For x86_64 DOCKER_BUILDKIT=1 docker build...