Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while finetuning the model #75

Open
sangeun99 opened this issue Jun 7, 2023 · 0 comments
Open

Error while finetuning the model #75

sangeun99 opened this issue Jun 7, 2023 · 0 comments

Comments

@sangeun99
Copy link

sangeun99 commented Jun 7, 2023

Hello
Im trying to fine-tune your nice model with LRS2 datasets

I tried to do this with single GPU but i faced this error

SE-06df00fe-c9a2-40d2-8abd-1a6a4df12bb9

With your answer here #22,
I tried again with 4 GPUs but it doesn't work without any logs.
image

I didn't modify any codes but only the path for the files.
Could you check what is wrong with my options?
This is my sbatch file to run the code.

` #!/bin/bash

#SBATCH --job-name=rundata
#SBATCH --gres=gpu:4
#SBATCH --cpus-per-gpu=8
#SBATCH --mem-per-gpu=10G
#SBATCH --time 1-0
#SBATCH --partition batch_ce_ugrad
#SBATCH -o slurm/logs/slurm-%A.out

singularity exec --cleanenv -H $PWD:/home --nv tensorflow.sif /bin/bash
CUDA_VISIBLE_DEVICES=0,1,2,3 python run_dataparallel.py
--config config/vox-adv-256.yaml
--device_ids 0,1,2,3
--name DaGAN_voxceleb2_depth
--rgbd
--batchsize 12
--kp_num 15
--generator DepthAwareGenerator
tensorboard --logdir log/DaGAN/log

exit 0 `

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant