File size: 166 Bytes
864d3c8
 
 
 
 
 
1
2
3
4
5
6
7
# config.py
import os

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
TF_OPS_PATH = os.path.join(BASE_DIR, 'path', 'to', 'tensorflow', 'python', 'ops')