Skip to content

Commit

Permalink
fix paddlemix ce (#3014)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiegegege authored Jan 8, 2025
1 parent cceb324 commit a54ca5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ pip install -r requirements.txt

#bash ${root_path}/PaddleMIX/change_paddlenlp_version.sh


mkdir data
rm -rf fastdit_imagenet256_tiny/
wget https://bj.bcebos.com/v1/paddlenlp/datasets/paddlemix/fastdit_features/fastdit_imagenet256_tiny.tar
tar -xf fastdit_imagenet256_tiny.tar
rm -rf fastdit_imagenet256_tiny.tar
mv fastdit_imagenet256_tiny ./data/fastdit_imagenet256

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ exit_code=0

# 下载依赖和数据
# bash prepare_new.sh
bash prepare.sh

echo "*******class_conditional_image_generation/DiT train begin***********"
(sh 0_run_train_dit_trainer.sh) 2>&1 | tee ${log_dir}/class_conditional_image_generation_DiT_train.log
Expand Down

0 comments on commit a54ca5e

Please sign in to comment.