-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed sensor force option, updated GBI model, fixed lc verify, fixed …
…infer method for addiotnal keys
- Loading branch information
Andrzej Uszok
committed
Jul 12, 2023
1 parent
f30da25
commit 8bdd83e
Showing
9 changed files
with
67 additions
and
32 deletions.
There are no files selected for viewing
Submodule Docs
updated
5 files
+443 −0 | Run With Jupyter/BeliefBank.ipynb | |
+452 −0 | Run With Jupyter/IMDB.ipynb | |
+358 −0 | Run With Jupyter/POS_tagging.ipynb | |
+4 −3 | Run With Jupyter/readme.md | |
+13 −12 | developer/lc.ebnf |
Submodule Tasks
updated
16 files
+3 −0 | .gitignore | |
+1 −1 | 20news/logs/logger2_manual_base.txt | |
+2 −2 | 20news/main_base_2level.py | |
+1 −1 | CIFAR10/main_ILP_new.py | |
+2 −1 | ImgHierarchy/.gitignore | |
+0 −3,646 | ImgHierarchy/logger.json | |
+0 −14 | ImgHierarchy/logger_manual.txt | |
+1 −1 | ImgHierarchy/main.py | |
+0 −303 | ImgHierarchy/process_result.ipynb | |
+18 −0 | T5Procedural/download_simple.py | |
+4 −4 | T5Procedural/graph_multi_simple.py | |
+35 −25 | T5Procedural/main_multi_simple.py | |
+36 −2 | T5Procedural/reader_simple.py | |
+2 −5 | VQA/main.py | |
+8 −1 | demo/main.py | |
+206 −0 | demo/main_solver.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,9 +22,9 @@ | |
long_description_content_type='text/markdown', | ||
|
||
url='https://github.com/HLR/DomiKnowS', | ||
author='Andrzej Uszok', | ||
author_email='[email protected]', | ||
|
||
author='Andrzej Uszok, Parisa Kordjamshidi', | ||
author_email='[email protected], [email protected]', | ||
packages=find_packages(include=['domiknows', 'domiknows.*', 'README.md']), | ||
|
||
install_requires=[ | ||
|