Commit 4ea07bdb authored by ZHENQIN WU's avatar ZHENQIN WU
Browse files

quick fix

parent 75c4bcab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -677,6 +677,7 @@ class IRVTransformer():
    values = []
    top_labels = []
    with g_temp.as_default():
      with tf.device('/cpu:0'):
        labels_tf = tf.constant(y)
        similarity_placeholder = tf.placeholder(
            dtype=tf.float64, shape=(None, reference_len))