atomrun39

Results 4 issues of atomrun39

First I use darknet to train the yolov4-tiny model, it has two detection classes, and the input image size is 224. The trained weight is first converted to tensorflow, and...

`python cli_demo.py `,微调前描述和图像相符,微调后和图片不相符了 对于代码中提供的小狗图片示例, 微调前 ![企业微信截图_16989145289256](https://github.com/THUDM/VisualGLM-6B/assets/69252333/b7d5e6d1-0e37-4450-b607-88f44963000e) 微调后 ![企业微信截图_16989146962412](https://github.com/THUDM/VisualGLM-6B/assets/69252333/6f5f626e-6bb5-4124-b7a6-4c294716ded6) 微调脚本,我的训练数据有9w左右,是什么原因导致的呢: `#! /bin/bash NUM_WORKERS=1 NUM_GPUS_PER_WORKER=6 MP_SIZE=1 script_path=$(realpath $0) script_dir=$(dirname $script_path) main_dir=$(dirname $script_dir) MODEL_TYPE="visualglm-6b" MODEL_ARGS="--max_source_length 128 \ --max_target_length 256 \ --lora_rank 10 \...

What are the training parameters for videogpt and LatteT2V in the model?

May I ask if Stage 2 is trained using the Stage 1 model, and Stage 3 is trained using the Stage 2 model? If so, how to load the model...