GET icon indicating copy to clipboard operation
GET copied to clipboard

about code

Open leexk312 opened this issue 3 years ago • 1 comments

Hello! I want to ask you something about your code, "assert len(test_interactions.dict_claims_and_evidences_test) in KeyWordSettings.ClaimCountTest" and " assert len(val_interactions.dict_claims_and_evidences_test) in KeyWordSettings.ClaimCountVal"in char_man_fitter_query_repr1.py, What's them mean? Looking for your reply, thx.

leexk312 avatar Nov 03 '22 12:11 leexk312

Hi. We count the number of instances in the dataset in advance and store it in the variable "KeyWordSettings". This code is to compare the number of loaded data to our statistics and ensure that the data is loaded correctly.

Hyperwjf avatar Nov 04 '22 11:11 Hyperwjf