Steve Azzolin

Results 4 issues of Steve Azzolin

Ho unito il file `common.json` con un altro elenco in CSV di comuni, regioni e province che avevo scaricato per un progetto passato (purtroppo non sono riuscito a risalire alla...

Hello, I was playing around with `train_BA-2motif.ipynb` when I realized that some input graphs are not as expected. Specifically, by running this code after the cell where you read the...

Hi, I was trying to run `scripts/run_optiprompt.pt` with the model `roberta-base` when I encountered the following problem: Traceback (most recent call last): File "/nfs/data_chaos/sazzolin/OptiPrompt/code/run_optiprompt.py", line 176, in best_result, result_rel =...

Hi, I have a question about how you set the value of `alpha_prime `in the code. For example, in SPMotif, you compute `alpha_prime = args.alpha * (epoch ** 1.6)`. However,...