ierhon commited on
Commit
6f08bc2
·
1 Parent(s): 41c4775

Accidental import removed

Browse files
Files changed (1) hide show
  1. test.py +0 -1
test.py CHANGED
@@ -2,7 +2,6 @@ import json # TODO: use the responses file after it's done instead of loading th
2
  import numpy as np
3
  from keras.saving import load_model
4
  from keras_self_attention import SeqSelfAttention
5
- from vecs import *
6
  from model_settings import *
7
 
8
 
 
2
  import numpy as np
3
  from keras.saving import load_model
4
  from keras_self_attention import SeqSelfAttention
 
5
  from model_settings import *
6
 
7