HuHaibo

Results 6 comments of HuHaibo

hi @tongdaxu, The command line is: ``` --model_config=configs/imagenet_model_config.yaml --diffusion_config=configs/diffusion_config.yaml --task_config=configs/elic_config.yaml --save_dir=results ``` the config: I just change the 'q' from 1 to 2 and others is default and the python...

> > hi @tongdaxu, The command line is: > > ``` > > --model_config=configs/imagenet_model_config.yaml > > --diffusion_config=configs/diffusion_config.yaml > > --task_config=configs/elic_config.yaml > > --save_dir=results > > ``` > > > >...

> > > > hi @tongdaxu, The command line is: > > > > ``` > > > > --model_config=configs/imagenet_model_config.yaml > > > > --diffusion_config=configs/diffusion_config.yaml > > > > --task_config=configs/elic_config.yaml...

> > > > > > hi @tongdaxu, The command line is: > > > > > > ``` > > > > > > --model_config=configs/imagenet_model_config.yaml > > > >...

@YilanWang coarse to fine 是否具有更好的因果关系尚且存疑,就如在openreview中作者所说: > We do agree with you that "coarse-to-fine scaled images may indeed not strictly have causal dependency". If they don't, the whole generation process is...

我发现,vlm 在 post-processing 中并没有对重叠的 block 进行处理(也许是我遗漏.)只有对 block 包含关系的处理. 我挺诧异上图红线部分的。按我的思路来说,这部分应该是被包含进去了 ----- 我很想知道是因为模型能力问题,还是因为后处理逻辑中将重叠的 block discard 掉了?后者我并没有在代码中发现。 Thanks