Alesteba commited on
Commit
2cdf85d
·
1 Parent(s): e352353

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ tf.random.set_seed(42)
7
 
8
  # Initialize global variables.
9
  AUTO = tf.data.AUTOTUNE
10
- BATCH_SIZE = 5
11
  NUM_SAMPLES = 32
12
  POS_ENCODE_DIMS = 16
13
  EPOCHS = 30
 
7
 
8
  # Initialize global variables.
9
  AUTO = tf.data.AUTOTUNE
10
+ BATCH_SIZE = 1
11
  NUM_SAMPLES = 32
12
  POS_ENCODE_DIMS = 16
13
  EPOCHS = 30