Results 7 issues of Jisu Kang

I want to benchmark my model via coco-minitrain. As you know, training whole coco data is too slow to develop models. So I decided to use coco-minitrain. And you submitted...

Hi. Thanks for your work. I want to train this model with my own dataset. I wonder what is this dataset structure? What structure form should I set the dataset?...

Hi. Thanks for your grate wor. I just run your code with inference (generate.py) But I got an error which is ``` " ImportError: cannot import name 'CoordFuser' from 'src.training.layers'...

Hi. Thanks for your great work! I recently studied about video domain. And I wonder the training procedure. I figured out that UCF-101 dataset has train and test set. But...

Hi. Thanks for your great works. I just downloaded LAION115M Filtered web caption dataset. In the description of [MiniGPT-4](https://github.com/152334H/MiniGPT-4-discord-bot/blob/bot/dataset/README_1_STAGE.md), there is a decription about LAION115M. > Then, set up the...

Hi. Thanks for your great works. I'm a new researcher. And I'm interested in Video generation field. I read your paper. And I wonder what conference did you submit? The...

Hi. Thanks for your great work. I tried the demo but CUDA out of memory was occred. I have 4 RTX3090 gpus. and I used `CUDA_VISIBLE_DEIVES=0,1,2` But one gpu works...