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