Skip to content

Commit

Permalink
add configkeys.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 21, 2019
1 parent 78e62f3 commit 0695dc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tiktorch/configkeys.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
BATCH_SIZE = 'batch_size'
INPUT_CHANNELS = 'input_channels'
TRAINING_SHAPE = 'training_shape' # in tzyx, zyx, or yx (without batch_size and input_channels)
TRAINING_SHAPE_UPPER_BOUND = "training_shape_upper_bound" # same conventions as for TRAINING_SHAPE
TRAINING_SHAPE_LOWER_BOUND = "training_shape_lower_bound" # same conventions as for TRAINING_SHAPE

0 comments on commit 0695dc3

Please sign in to comment.