SpectraFaceAuth/AttendanceApp
0
1# config.py
2import os
3
4BASE_DIR = os.path.dirname(os.path.abspath(__file__))
5TF_OPS_PATH = os.path.join(BASE_DIR, 'path', 'to', 'tensorflow', 'python', 'ops')
6
7 1# config.py
2import os
3
4BASE_DIR = os.path.dirname(os.path.abspath(__file__))
5TF_OPS_PATH = os.path.join(BASE_DIR, 'path', 'to', 'tensorflow', 'python', 'ops')
6
7