Skip to content

Commit

Permalink
Cherry Pick from dev for imagen (#982)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
firestonelib and Liujie0926 authored Dec 1, 2022
1 parent 63e631d commit 2a41090
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Data:
Train:
dataset:
name: ImagenDataset
input_path: ./data/cc12m_base64.lst
input_path: ./projects/imagen/filelist/cc12m_base64.lst
shuffle: True
input_resolution: 1024
max_seq_len: 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Data:
Train:
dataset:
name: ImagenDataset
input_path: ./data/cc12m_base64.lst
input_path: ./projects/imagen/filelist/cc12m_base64.lst
shuffle: True
input_resolution: 256
max_seq_len: 128
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Data:
Train:
dataset:
name: ImagenDataset
input_path: ./data/cc12m_base64.lst
input_path: ./projects/imagen/filelist/cc12m_base64.lst
shuffle: True
input_resolution: 512
max_seq_len: 128
Expand Down

0 comments on commit 2a41090

Please # to comment.