System Info / 系統信息
ValueError: The image to be converted to a PIL image contains values outside the range [0, 1], got [-1.0, 1.0] which cannot be converted to uint8.
Enountered issue loading example dataset: --dataset_subset data_1024_10K
Who can help? / 谁可以帮助到您?
No response
Information / 问题信息
Reproduction / 复现过程
- cloned repo
- installed requirements
- tested cli:
python finetune_lora.py --model_path --dataset_subset data_1024_10K --output_dir ./outputs/glm-image-lora --num_epochs 5 --batch_size 4 --lora_rank 32
Expected behavior / 期待表现
Expected lora to begin training :)
System Info / 系統信息
ValueError: The image to be converted to a PIL image contains values outside the range [0, 1], got [-1.0, 1.0] which cannot be converted to uint8.
Enountered issue loading example dataset: --dataset_subset data_1024_10K
Who can help? / 谁可以帮助到您?
No response
Information / 问题信息
Reproduction / 复现过程
python finetune_lora.py --model_path --dataset_subset data_1024_10K --output_dir ./outputs/glm-image-lora --num_epochs 5 --batch_size 4 --lora_rank 32
Expected behavior / 期待表现
Expected lora to begin training :)