Update imports.py
Browse files- imports.py +0 -1
imports.py
CHANGED
@@ -21,7 +21,6 @@ import torch.nn as nn
|
|
21 |
import torch.nn.functional as F
|
22 |
from vncorenlp import VnCoreNLP
|
23 |
|
24 |
-
from arguments import parse_arguments
|
25 |
from utils import *
|
26 |
from all_datasets import *
|
27 |
from model import *
|
|
|
21 |
import torch.nn.functional as F
|
22 |
from vncorenlp import VnCoreNLP
|
23 |
|
|
|
24 |
from utils import *
|
25 |
from all_datasets import *
|
26 |
from model import *
|