You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the code, it seems to be an import error in "from torch_geometric.nn.acts import swish
". I can't find the acts under torch_geometric.nn
I also tried to import SiLU instead of swish but still didn't work
The text was updated successfully, but these errors were encountered:
solved by using SiLU but I got another problem. I don't understand what do the numbers in 'Percentiles' in 'compute_metrics.py' mean and which property is trained while the predict_property is set True? The loss seems to be compared with batch.y but didn't find the exact property in the code.
When I try to run the code, it seems to be an import error in "from torch_geometric.nn.acts import swish
". I can't find the acts under torch_geometric.nn
I also tried to import SiLU instead of swish but still didn't work
The text was updated successfully, but these errors were encountered: