Closed abdalimran closed 3 years ago
Than you! I will check it in this weekend.
You are right. It's spelling error.
The value of config.attention_alg would actually be reset in the main_tabular_data.py. That is: config.attention_alg = args.attention, and the default value of args.attention is "eca_response". So this spelling error would not affect the testing results.
This issue is resolved. Thanks.
I was trying to run QuantumForest over my own dataset. I defined my data using the following code:
Everything went fine without any error. But when I tried to run the following code it generates the given error.
Here is the error log: