We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d107cc commit a1037c7Copy full SHA for a1037c7
README.md
@@ -40,8 +40,8 @@ python train.py
40
### 3.Calculate similarity matrix (inference)
41
```
42
Example:
43
-python cal_column_similarity.py -p Test\ Data/self -m model/2022-04-10-20-48-57
44
-python cal_column_similarity.py -p Test\ Data/authors -m model/2022-04-10-21-39-11 -t 0.9
+python cal_column_similarity.py -p Test\ Data/self -m model/2022-04-11-17-10-11
+python cal_column_similarity.py -p Test\ Data/authors -m model/2022-04-11-17-10-11 -t 0.9
45
46
Parameters:
47
- -p: Path to test data folder, must contain "Table1.csv" and "Table2.csv"
0 commit comments