Yixuan Zhou (周宜暄)
Yixuan Zhou (周宜暄)
I download MHP-v2 dataset from offical website, but it's not contructed in COCO format. Could you please upload your processed MHP-v2 dataset? Thanks a lot.
Thanks a lot for your awesome work first. Prior to this day, EdgeGPT was working well, but unexpectedly, an exception has arisen. Despite my attempts to upgrade EdgeGPT to the...
When I try to train VQVAE on my own data, I find the loss for vqvae training is only reconstruction loss https://github.com/PKU-YuanGroup/Open-Sora-Plan/blob/fdc786bc8e52d6386fb32c833eba0b4db286ca7b/opensora/models/ae/videobase/vqvae/trainer_vqvae.py#L11-L19, without the codebook loss like VideoGPT: https://github.com/PKU-YuanGroup/Open-Sora-Plan/blob/fdc786bc8e52d6386fb32c833eba0b4db286ca7b/opensora/models/ae/videobase/vqvae/videogpt/videogpt/vqvae.py#L64-L69 Are...
I really appreciate your work and am grateful for your open-sourcing of the code. I was able to successfully reproduce the experimental results on CIFAR100-LT using your code, but I...
Following your fine-tune instruction, my finetune.sh is as ``` #!/bin/bash export CUDA_DEVICE_MAX_CONNECTIONS=1 DIR=`pwd` export MODEL="./ckpt/internlm-xcomposer2d5-7b" # export DATA="path of data" export DATA="data.txt" GPUS_PER_NODE=4 NNODES=1 NODE_RANK=0 MASTER_ADDR=localhost MASTER_PORT=6001 DISTRIBUTED_ARGS=" --nproc_per_node $GPUS_PER_NODE...