Skip to content

Commit 76cf5d7

Browse files
authored
Update train.py
1 parent 7f418f6 commit 76cf5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import os
1414
os.environ['CUDA_VISIBLE_DEVICES']='0'
1515

16-
from siamese_net_l5 import *
16+
from siamese import *
1717
from parameters import configParams
1818
import utils
1919

0 commit comments

Comments
 (0)