DeepFaceLab_Linux icon indicating copy to clipboard operation
DeepFaceLab_Linux copied to clipboard

how to start after "bash 1_clear_workspace.sh"?

Open zhidaoai opened this issue 1 year ago • 3 comments

use the code bash 1_clear_workspace.sh

nothing happened , so what's the matter ?

zhidaoai avatar Feb 02 '24 10:02 zhidaoai

When running 1_clear_workspace.sh, nothing will appear to happen in the bash shell. If you want to to test It's functionality place a file in the workspace and run script again. If the file is still there, try reinstalling or use "source 1_clear_workspace.sh" instead of "bash 1_clear_workspace.sh".

ImGoingToBakeMyGPU avatar Feb 03 '24 02:02 ImGoingToBakeMyGPU

I want to test the project, just as python test.py src.img tgt.img or similar as huggingface gradio could you pls help me?

zhidaoai avatar Feb 03 '24 02:02 zhidaoai

emmm, t try the code

source 1_clear_workspace.sh 
rm:是否进入目录"workspace/"? yes
rm:是否进入目录"workspace/data_src"? yes
rm:是否删除目录 "workspace/data_src/aligned"?yes
rm:是否删除目录 "workspace/data_src/aligned_debug"?yes
rm:是否删除目录 "workspace/data_src"?yes
rm:是否进入目录"workspace/data_dst"? yes
rm:是否删除目录 "workspace/data_dst/aligned"?yes
rm:是否删除目录 "workspace/data_dst/aligned_debug"?yes
rm:是否删除目录 "workspace/data_dst"?yes
rm:是否删除目录 "workspace/model"?yes
rm:是否删除目录 "workspace/"?yes

and the next step is what ?

zhidaoai avatar Feb 03 '24 02:02 zhidaoai