Skip to content

Commit

Permalink
remember to import sys
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Jan 20, 2017
1 parent 64dcf59 commit bd8e241
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions nyud-fcn32s-color-d/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down
1 change: 1 addition & 0 deletions nyud-fcn32s-color-hha/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down
1 change: 1 addition & 0 deletions nyud-fcn32s-color/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down
1 change: 1 addition & 0 deletions nyud-fcn32s-hha/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down
1 change: 1 addition & 0 deletions pascalcontext-fcn16s/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down
1 change: 1 addition & 0 deletions pascalcontext-fcn32s/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down
1 change: 1 addition & 0 deletions pascalcontext-fcn8s/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down
1 change: 1 addition & 0 deletions siftflow-fcn16s/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down
1 change: 1 addition & 0 deletions siftflow-fcn32s/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down
1 change: 1 addition & 0 deletions siftflow-fcn8s/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down
1 change: 1 addition & 0 deletions voc-fcn-alexnet/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down
1 change: 1 addition & 0 deletions voc-fcn16s/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down
1 change: 1 addition & 0 deletions voc-fcn32s/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down
1 change: 1 addition & 0 deletions voc-fcn8s-atonce/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down
1 change: 1 addition & 0 deletions voc-fcn8s/solve.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import numpy as np
import os
import sys

import setproctitle
setproctitle.setproctitle(os.path.basename(os.getcwd()))
Expand Down

0 comments on commit bd8e241

Please sign in to comment.