-
I tried to train on the n3d dataset, and although the render results are very good, the metrics are a bit off compared to the trained model, for example in the coffee_martini scene my average psnr is …
-
From user empathy day 11-13-24
### 🐛 Describe the bug
Script to generate aoti artifact:
```
from transformers import T5Tokenizer, T5ForConditionalGeneration
import os
tokenizer = T5Tokenizer…
-
@aparecidovieira Thanks for the repository!
Can you provide with the pretrained models that have been trained on birdview datasets?
Or can you please release the birdview dataset for training?
Wou…
-
运行Joy_caption这个节点时会报错,报错内容如下
# ComfyUI Error Report
## Error Details
- **Node Type:** Joy_caption
- **Exception Type:** TypeError
- **Exception Message:** expected str, bytes or os.PathLike obj…
-
First, thanks for your great works. I've tried to finetune the Yi-Coder-9B-Chat models on my own dataset but here comes the problems.
## Problems
'grad_norm' becomes nan when I try to finetune t…
-
Hi, Download the pretrained diffusion model. The download link has been disabled because it has been shared too many times. Can you share it again?
-
Hi, icl-ceil is an inspiring work!
I'm trying to reproduce the results of icl-ceil, however, could you tell me how to get the pretrained epr-model weights?
Specifically, in the script `run_ceil.sh`,…
-
Code:
```
from unsloth import FastLanguageModel
import torch
max_seq_length = 16384 # Choose any! We auto support RoPE Scaling internally!
dtype = None # None for auto detection. Float16 for Te…
-
I simply copied the displayed code and ran it (missing a considerable amount of library imports), but encountered an error:
c:\Python311\Lib\site-packages\huggingface_hub\file_download.py:1150: Futur…
-
### System Info
Python 3.11.9
transformers==4.40.2
peft==0.11.2
### Who can help?
@BenjaminBossan
A bug occurs in the PEFT library when using multiple LoRA adapters, each with a unique `modules…