Sadjad Alikhani commited on
Commit
ae482c7
·
verified ·
1 Parent(s): 9e4f99a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -461,7 +461,7 @@ def process_hdf5_file(uploaded_file, percentage):
461
 
462
  # Step 7: Tokenize the data using the tokenizer from input_preprocess
463
  preprocessed_chs = input_preprocess.tokenizer(manual_data=channels)
464
- print(preprocessed_chs[0][0][-1])
465
 
466
  # Step 7: Perform inference using the functions from inference.py
467
  output_emb = inference.lwm_inference(preprocessed_chs, 'cls_emb', model)
 
461
 
462
  # Step 7: Tokenize the data using the tokenizer from input_preprocess
463
  preprocessed_chs = input_preprocess.tokenizer(manual_data=channels)
464
+ #print(preprocessed_chs[0][0][-1]) #CORRECT
465
 
466
  # Step 7: Perform inference using the functions from inference.py
467
  output_emb = inference.lwm_inference(preprocessed_chs, 'cls_emb', model)