amarzullo24

Results 7 issues of amarzullo24

Dear all, I was reading the tutorial about [link prediction using node2vec](https://stellargraph.readthedocs.io/en/stable/demos/link-prediction/node2vec-link-prediction.html#Evaluate-the-best-model-using-the-test-set). Here, Node2Vec is firstly used to [calculate node embeddings on the training set](https://stellargraph.readthedocs.io/en/stable/demos/link-prediction/node2vec-link-prediction.html#Node2Vec). This can be done using:...

bug

Dear, Is it possible to generate images of arbitrary dimension? I would like to try the framework using images of arbitrary size but I don't know what I have to...

Dear all, I am starting to use this framework and I would like to see other experiments in addition to xor. Before implementing my own experiments I would like to...

Hi, I would like to create a task which receives as input a "complex" object and (possibly) a function as following: ```` @pydra.mark.task def wrapping_task(object, function): result = function(object) return...

question

Dear all, I have a question regarding the execution of single tasks in different machines running Pydra. More specifically, I was wondering whether tasks requiring high computational power can be...

question

## Description Attempt to fix the example: Temporal Graph Network (TGN) refer to #5452 #3536 #5456 ## Checklist Please feel free to remove inapplicable items for your PR. - [x]...

Hi! I am trying to use your scripts to reproduce the results in the paper but I am not sure I am doing it right. In particular, when running the...