Skip to content

Commit

Permalink
Update train_inpaint.sh
Browse files Browse the repository at this point in the history
do not set seed
  • Loading branch information
LinB203 committed Aug 20, 2024
1 parent eb1311b commit de7fc31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/text_condition/gpu/train_inpaint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@ accelerate launch \
--default_text_ratio 0.5 \
--use_rope \
--ema_decay 0.999 \
--seed 42 \
--speed_factor 1.0 \
--group_frame \
--output_dir runs/$PROJECT \
--pretrained_transformer_model_path "/path/to/pretrained_model" \
# --resume_from_checkpoint="latest" \
# --resume_from_checkpoint="latest" \

0 comments on commit de7fc31

Please sign in to comment.