davidaf3 commited on
Commit
0832cb7
1 Parent(s): 09f2656

Fixed typo

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -12,7 +12,7 @@ import numpy as np
12
  class PreTrainedPipeline():
13
  def __init__(self, path=""):
14
  crop_size = (224, 224)
15
- embed_dim = 256,
16
  num_layers = 3
17
  seq_length = 20
18
  hidden_dim = 1024
 
12
  class PreTrainedPipeline():
13
  def __init__(self, path=""):
14
  crop_size = (224, 224)
15
+ embed_dim = 256
16
  num_layers = 3
17
  seq_length = 20
18
  hidden_dim = 1024