diff --git a/train.submit b/train.submit new file mode 100644 index 0000000000000000000000000000000000000000..cb078e518d3718cacab4dc50dbfc47051b80eb95 --- /dev/null +++ b/train.submit @@ -0,0 +1,29 @@ +#Example Condor submit file for this docker image + +environment = "mount=/vol/vssp/smile,/vol/vssp/signsrc,/vol/vssp/ambisynth,/vol/vssp/ambisynth/mk0042/samplernn-pytorch-master/venv" +executable = /vol/vssp/ambisynth/mk0042/samplernn-pytorch-master/venv/bin/python + +universe = docker +docker_image = registry.eps.surrey.ac.uk/samplernn-pytorch:4659 + +log = $(cluster).$(process).log~ +output = $(cluster).$(process).out~ +error = $(cluster).$(process).error~ + +should_transfer_files = YES + +request_GPUs = 1 +request_CPUs = 2 +request_memory = 8000 + +arguments = /vol/vssp/ambisynth/mk0042/samplernn-pytorch-master/train.py \ + --frame_sizes 16 4 \ + --n_rnn 2 \ + --datasets_path=/vol/vssp/ambisynth/mk0042/data/DCASE_2016_DOWNSAMPLED \ + --dataset=beach \ + --exp=beach \ + --sample_rate=16000 \ + --sample_length=480000 \ + --cuda=True + +queue 1