Skip to content
Snippets Groups Projects
Commit 36a11d27 authored by Athmane Mansour Bahar's avatar Athmane Mansour Bahar
Browse files

Upload New File

parent 0b625623
No related branches found
No related tags found
No related merge requests found
def build_args():
args = {}
args["dataset"] ="wget"
args["device"]=-1
args["lr"]=0.001
args["weight_decay"]=5e-4
args["negative_slope"]=0.2
args["mask_rate"]=0.5
args["alpha_l"]=3
args["optimizer"]="adam"
args["loss_fn"]='sce'
args["pooling"] = "mean"
return args
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment