Browse Source

[Add] __init__.py for exps.

v0.2.x
jajupmochi 4 years ago
parent
commit
0b7f281d38
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      gklearn/experiments/__init__.py

+ 11
- 0
gklearn/experiments/__init__.py View File

@@ -0,0 +1,11 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Tue Dec 15 18:22:34 2020

@author: ljia
"""

import os
EXP_ROOT = os.path.dirname(os.path.realpath(__file__)) + '/'
DATASET_ROOT = os.path.dirname(os.path.realpath(__file__)) + '/datasets/'

Loading…
Cancel
Save