Accidental import removed
Browse files
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 |
|