Filip Cornell

Results 20 issues of Filip Cornell

I am trying to follow [this](https://github.com/AnacletoLAB/grape/blob/main/tutorials/Multiple%20Species%20Tree%20visualizations.ipynb) tutorial to try out some embedding methods. However, running ```python3 >>> from grape import get_available_models_for_node_embedding >>> >>> all_embedding_methods = get_available_models_for_node_embedding() Traceback (most recent call...

Hello, I am trying to run your model, but it is not working. When I try to follow your instructions, I get the following error: ```bash >>> python code/OntoEncoder/pretrain_struc.py --dataset...

Hello! Thank you for a very nice project. I am trying to install it inside a docker image and have downloaded everything, but I am getting the following error: ```bash...

Hello, I am trying to set this up now, but it does not seem to work. I get: ``` [10:09:25] Connecting: USER@IPADDRESS Error: Handshake failed: no matching key exchange algorithm...

Hello! Thank you for a nice study and a nice repository! :D I am currently trying to re-use some of your hyperparameters from the study, e.g., those for `Complex` for...

Hello, I was wondering, does the Tsetlin machine support multilabel output? I saw multiclass, but that assumes only one label is true, correct? Thanks! :) Cheers

Hello! First of all, thank you for a very nice python package! I think high-dimensional manifolds, that is, manifolds beyond 2 and 3 dimensions would be very interesting to add....

Hello! This package is amazing to improve code quality! However, I am getting an issue when using it. I have the follow function: ``` from typing import List from .utils...

```bash (astarnet) [AStarNet]$ python3 script/run.py -c config/transductive/fb15k237_astarnet.yaml --gpus [0] 12:22:42 Config file: config/transductive/fb15k237_astarnet.yaml 12:22:42 {'output_dir': '~/experiments/', 'dataset': {'class': 'FB15k237', 'path': '~/datasets/knowledge_graphs/'}, 'task': {'class': 'KnowledgeGraphCompletion', 'model': {'class': 'AStarNet', 'base_layer': {'class': 'NBFNetConv',...

Hi, Thanks for a great package! I was wondering whether the current implementation actually supports directionality, since the adjacency matrix is symmetrized in `prepare_page_rank_adjacency`. This leads to the adjacency being...