-
Hi
I'm a new user of synthpop, trying to get it working on my Mac. I'm getting an error as shown in the log below:
model = synthpop.SynthPop('synthpop_config1.json')
model.init_populations()
…
-
你好,尝试按照readme进行训练,遇到一下错误, 辛苦帮忙看一下:
torch: 2.0.0
cuda: V10.1.243
```
accelerate launch --num_processes 1 --mixed_precision fp16 train.py --config=configs/imagenet64_uvit_mid.py
```
```
Traceback…
-
Try to run a training session but met with below error inside the training_losses function
Exception has occurred: RuntimeError
Given groups=1, weight of size [1152, 12, 2, 2], expected input[8, 1…
-
no see this model link...
-
Notebooks are a great tool to help people walk through a demo of something step by step. The notebook provided has some prerequisites listed at the top that have to be manually figured out. It'd be gr…
-
Hello, this is a very good work, very novel. Could you please provide the **libs.mamba_uvit** file for us to learn your model, thank you very much!
-
Hello, according to the UViT network in the code, if the image size during training and output can only be the shape of (192,192)? But in the article, I remembered that we can denote a (w, h) as the p…
-
如果只设置起始图片,是可以生成视频的。但是加上结尾图片,就出错了,图片是 png 格式
```
Traceback (most recent call last):
File "/root/EasyAnimate/predict_i2v.py", line 247, in
sample = pipeline(
File "/root/miniconda3/lib/p…
-
Hello fan,
I have the same package version as README.md, but when I run 'accelerate launch --multi_gpu --num_processes 1 --mixed_precision fp16 train_t2i_discrete.py --config=configs/mscoco_uvit_…
-
train.py中通过如下代码构建了模型:
`cond_uvit = instantiate_from_config(cfg.cond_uvit,
conditioning_klass=get_obj_from_str(cfg.cond_uvit.params.conditioning_klass))
m…