Your research is awesome, and i'm really interested in trying it!
However, I encounter this problem:
When i test the code with the arguments
keystroke_analytics.exe "classification" "keystrokes_alternate" "./examples/data" -O "abc"
It output the error
vecs = [None for _ in range(int(raw[4]))]
^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '0.12645,0.4823,0.4393,0.1009,0.16605,0.89835,0.38489,0.07427,0.44887,0.92505,0.05838,0.22183,0.0821,0.19758,0.00338,0.4607,0.06672,0.19008,0.01152,0.34823,0.50903,0.50458,0.48555,0.15757,0.37342,0.69]
Seems like the data generator mismatched with the data processing.
Can you fix it?
Your research is awesome, and i'm really interested in trying it!
However, I encounter this problem:
When i test the code with the arguments
keystroke_analytics.exe "classification" "keystrokes_alternate" "./examples/data" -O "abc"It output the error
vecs = [None for _ in range(int(raw[4]))]^^^^^^^^^^^ValueError: invalid literal for int() with base 10: '0.12645,0.4823,0.4393,0.1009,0.16605,0.89835,0.38489,0.07427,0.44887,0.92505,0.05838,0.22183,0.0821,0.19758,0.00338,0.4607,0.06672,0.19008,0.01152,0.34823,0.50903,0.50458,0.48555,0.15757,0.37342,0.69]Seems like the data generator mismatched with the data processing.
Can you fix it?