z-uo commited on
Commit
1016041
1 Parent(s): d863531

clean pycache and try to augment size

Browse files
app.py CHANGED
@@ -16,7 +16,7 @@ from models.misc import nested_tensor_from_tensor_list
16
  model = create_letr()
17
 
18
  # PREPARE PREPROCESSING
19
- test_size = 256
20
  # transform_test = transforms.Compose([
21
  # transforms.Resize((test_size)),
22
  # transforms.ToTensor(),
 
16
  model = create_letr()
17
 
18
  # PREPARE PREPROCESSING
19
+ test_size = 1100
20
  # transform_test = transforms.Compose([
21
  # transforms.Resize((test_size)),
22
  # transforms.ToTensor(),
models/__pycache__/__init__.cpython-38.pyc DELETED
Binary file (143 Bytes)
 
models/__pycache__/backbone.cpython-38.pyc DELETED
Binary file (4.75 kB)
 
models/__pycache__/letr.cpython-38.pyc DELETED
Binary file (13.2 kB)
 
models/__pycache__/letr_stack.cpython-38.pyc DELETED
Binary file (12.2 kB)
 
models/__pycache__/matcher.cpython-38.pyc DELETED
Binary file (4.12 kB)
 
models/__pycache__/misc.cpython-38.pyc DELETED
Binary file (14.6 kB)
 
models/__pycache__/multi_head_attention.cpython-38.pyc DELETED
Binary file (19.7 kB)
 
models/__pycache__/position_encoding.cpython-38.pyc DELETED
Binary file (3.65 kB)
 
models/__pycache__/preprocessing.cpython-38.pyc DELETED
Binary file (2.98 kB)
 
models/__pycache__/transformer.cpython-38.pyc DELETED
Binary file (9 kB)