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
Currently using the training argument "output_mlp_num_layers" will not actually do anything with a scalar output model.
The keyword argument here needs to be changed to "num_hidden_layers":
Currently using the training argument "output_mlp_num_layers" will not actually do anything with a scalar output model.
The keyword argument here needs to be changed to "num_hidden_layers":
torchmd-net/torchmdnet/models/output_modules.py
Line 79 in f6c0c16
To correspond to the passed value here:
torchmd-net/torchmdnet/models/model.py
Line 130 in f6c0c16
The text was updated successfully, but these errors were encountered: