HelloWorldLTY
HelloWorldLTY
Hi, I have another method to solve it. We can enlarge the value of k, for example using k=2000 rather than k=20, it can also solve the problem. However, I...
> Same problem here. Are there any method to solve this issue? I implemented a new version without such program. You can take a look at it here: https://github.com/HelloWorldLTY/mnnpy
Same quesion here.
I update my question, and I use from expression to plot the complexupsetR plot, but the set size is incorrect, every if I change the filter_intersection as True. The result...
Hi, thanks for your exaplaniation. I use another approch to address it. But my training time is longer. After using LoRA, it is:  No Lora, it is:  I...
Hi, my approach is to replace all linear module with lora module at first, then try: ``` lora.mark_only_lora_as_trainable(model) trainable_params = [] if True: # if True: # lora_state_dict = torch.load(model_args.lora_path)...
Got it, thanks a lot!
Hi, same problem here, the causal_conv1d_force cannot work.
Hi, thanks for your introduce. But I think this paper is... closed-resource? And I think they are comparing MLP without techniques like dropout and batchnorm, so it is hard to...
Or can we diy the displayed content of set size? Thanks.