Skip to content

Commit 2a41090

Browse files
Cherry Pick from dev for imagen (#982)
* fix imagen training bug (#966) * fix imagen training bug * modify resolution * modify resolution Co-authored-by: Liujie0926 <44688141+Liujie0926@users.noreply.github.com> * fix imagen training bug (#966) * fix imagen training bug * modify resolution * modify resolution Co-authored-by: Liujie0926 <44688141+Liujie0926@users.noreply.github.com> * modify imagen filelist path (#981) Co-authored-by: Liujie0926 <44688141+Liujie0926@users.noreply.github.com>
1 parent 63e631d commit 2a41090

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ppfleetx/configs/multimodal/imagen/imagen_super_resolution_1024.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Data:
3030
Train:
3131
dataset:
3232
name: ImagenDataset
33-
input_path: ./data/cc12m_base64.lst
33+
input_path: ./projects/imagen/filelist/cc12m_base64.lst
3434
shuffle: True
3535
input_resolution: 1024
3636
max_seq_len: 128

ppfleetx/configs/multimodal/imagen/imagen_super_resolution_256.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Data:
3030
Train:
3131
dataset:
3232
name: ImagenDataset
33-
input_path: ./data/cc12m_base64.lst
33+
input_path: ./projects/imagen/filelist/cc12m_base64.lst
3434
shuffle: True
3535
input_resolution: 256
3636
max_seq_len: 128

ppfleetx/configs/multimodal/imagen/imagen_super_resolution_512.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Data:
3030
Train:
3131
dataset:
3232
name: ImagenDataset
33-
input_path: ./data/cc12m_base64.lst
33+
input_path: ./projects/imagen/filelist/cc12m_base64.lst
3434
shuffle: True
3535
input_resolution: 512
3636
max_seq_len: 128

0 commit comments

Comments
 (0)