ReChecker icon indicating copy to clipboard operation
ReChecker copied to clipboard

model error already solve

Open COPELONG opened this issue 2 years ago • 1 comments

Modify the following two lines of correct code in each model file: vectors = np.stack(data.iloc[:, 0].values) labels = data.iloc[:, 1].values

COPELONG avatar Mar 19 '23 11:03 COPELONG

Modify the following two lines of correct code in each model file: vectors = np.stack(data.iloc[:, 0].values) labels = data.iloc[:, 1].values

Are we supposed to train the data as is? in the train_data\reentrancy_1671.txt the dataset has not been converted to symbolic names (e.g., ‘‘VAR1’’, ‘‘VAR2’’)

goheesheng avatar Mar 29 '23 06:03 goheesheng