-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aerial footage superresolution works + fixed blur issue
- Loading branch information
Muhsin Fatih Yorulmaz
committed
Dec 18, 2019
1 parent
9a2f337
commit 9804a86
Showing
4 changed files
with
56 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
CONTAINER=container/sandboxdir | ||
sing="singularity exec --nv $CONTAINER " | ||
(\ | ||
export CUDA_VISIBLE_DEVICES=1 | ||
JOBNAME=input48_interleaved_long_blurfixed | ||
$sing python3 -u 'train.py' --inputsize 48 --exp $JOBNAME >> outputs/$JOBNAME.log 2>&1 | ||
) & | ||
# (\ | ||
# export CUDA_VISIBLE_DEVICES=0 | ||
# JOBNAME=input48_interleaved_no_input_upsample | ||
# $sing python3 -u 'train.py' --inputsize 48 --exp $JOBNAME >> outputs/$JOBNAME.log 2>&1 | ||
# JOBNAME=input96_interleaved | ||
# $sing python3 -u 'train.py' --inputsize 96 --exp $JOBNAME >> outputs/$JOBNAME.log 2>&1 | ||
# ) & | ||
(\ | ||
export CUDA_VISIBLE_DEVICES=0 | ||
JOBNAME=input96_interleaved | ||
$sing python3 -u 'train.py' --inputsize 96 --exp $JOBNAME >> outputs/$JOBNAME.log 2>&1 | ||
) & | ||
|
||
wait |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters