Move hardcorded data to a constants module
This commit is contained in:
3
src/constants.py
Normal file
3
src/constants.py
Normal file
@@ -0,0 +1,3 @@
|
||||
BASES = "ACGT"
|
||||
TRAIN_DATASET = "data/train_data.tfrecords"
|
||||
TEST_DATASET = "data/test_data.tfrecords"
|
||||
Reference in New Issue
Block a user