-
- Downloads
There was an error fetching the commit references. Please try again later.
Update the text based
Showing
- CustomDataset/Structured/BA2Motif.py 1 addition, 1 deletionCustomDataset/Structured/BA2Motif.py
- CustomDataset/Structured/MultiShape.py 1 addition, 1 deletionCustomDataset/Structured/MultiShape.py
- GNN/HeterogenousGNN.py 1 addition, 1 deletionGNN/HeterogenousGNN.py
- GNN/HomogeneousGNN.py 22 additions, 32 deletionsGNN/HomogeneousGNN.py
- Utils/Utils.py 1 addition, 1 deletionUtils/Utils.py
- main.py 11 additions, 8 deletionsmain.py
- requirements.txt 4 additions, 3 deletionsrequirements.txt
- tests/test_owl_file_gereation.py 2 additions, 2 deletionstests/test_owl_file_gereation.py
- text_based_datasets_experiment.py 23 additions, 19 deletionstext_based_datasets_experiment.py
... | ... | @@ -16,7 +16,7 @@ networkx==3.3 |
nltk==3.9.1 | ||
numpy==2.1.0 | ||
ontolearn==0.6.0 | ||
openai==1.59.7 | ||
openai==0.27.0 | ||
psutil==6.0.0 | ||
pyparsing==3.1.2 | ||
requests==2.32.3 | ||
... | ... | @@ -25,8 +25,9 @@ scipy==1.14.0 |
sympy==1.13.2 | ||
threadpoolctl==3.5.0 | ||
torch==2.4.0 | ||
torch_geometric==2.5.3 | ||
torch_geometric==2.6.1 | ||
tqdm==4.66.5 | ||
urllib3==2.2.2 | ||
yarl==1.9.4 | ||
python-dotenv==1.0.1 | ||
pytest==8.3.3 | ||
\ No newline at end of file |
Please register or sign in to comment