@@ -6,7 +6,7 @@ from scipy.spatial import cKDTree
from os import path
import tensorflow as tf
-ALPHABET_DIR = "./alphabets"
+ALPHABET_DIR = path.join(path.dirname(__file__), "../alphabets")
def load_alphabet(name, polar=True):