Skip to content

Commit

Permalink
import surgery, score modules directly
Browse files Browse the repository at this point in the history
pull modules out of Caffe for portability
  • Loading branch information
shelhamer committed Apr 22, 2016
1 parent 11be628 commit 07e74ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion voc-fcn16s/solve.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import caffe
from caffe import surgery, score
import surgery, score

import numpy as np
import os
Expand Down
2 changes: 1 addition & 1 deletion voc-fcn32s/solve.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import caffe
from caffe import surgery, score
import surgery, score

import numpy as np
import os
Expand Down
2 changes: 1 addition & 1 deletion voc-fcn8s/solve.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import caffe
from caffe import surgery, score
import surgery, score

import numpy as np
import os
Expand Down

0 comments on commit 07e74ff

Please sign in to comment.