- model_helper.py +2 -2
model_helper.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
# @title Model helper
|
2 |
import sys
|
3 |
import os
|
4 |
-
|
5 |
-
|
6 |
|
7 |
from collections import Counter
|
8 |
import argparse
|
|
|
1 |
# @title Model helper
|
2 |
import sys
|
3 |
import os
|
4 |
+
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), 'src')))
|
5 |
+
|
6 |
|
7 |
from collections import Counter
|
8 |
import argparse
|