We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f418f6 commit 76cf5d7Copy full SHA for 76cf5d7
train.py
@@ -13,7 +13,7 @@
13
import os
14
os.environ['CUDA_VISIBLE_DEVICES']='0'
15
16
-from siamese_net_l5 import *
+from siamese import *
17
from parameters import configParams
18
import utils
19
0 commit comments