Closed yahskapar closed 7 months ago
@yahskapar Well, it seems more changes should be applied to the model description of the config. Old TSCAN:
MODEL:
DROP_RATE: 0.2
NAME: Tscan
TSCAN:
FRAME_DEPTH: 10
New PhysFormer
MODEL:
DROP_RATE: 0.1
NAME: PhysFormer
PHYSFORMER: # Probably need to update these in some meaningful way
PATCH_SIZE: 4
DIM: 96
FF_DIM: 144
NUM_HEADS: 4
NUM_LAYERS: 12
THETA: 0.7
Good catch @McJackTang, my bad - should be fixed now.
This is a simple fix to modify the config's model name entry from "Tscan" to "PhysFormer" for all of the infer configs related to the PhysFormer model.