Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
deepcode-ai
/
diffai
like
0
Follow
DeepCode AI
3
arxiv:
1412.6572
arxiv:
1810.12715
arxiv:
1903.12519
License:
mit
Model card
Files
Files and versions
Community
a9726a6
diffai
/
__init__.py
khulnasoft
Upload 16 files
746c674
verified
11 months ago
raw
Copy download link
history
blame
Safe
174 Bytes
import
sys
import
os
SCRIPT_DIR = os.path.dirname(os.path.realpath(os.path.join(os.getcwd(), os.path.expanduser(__file__))))
print
(SCRIPT_DIR)
sys.path.append(SCRIPT_DIR)