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
Throw an error if pytorch 1.12.0 is used.
There is a regression bug in torch 1.12.0, that impacts optimizers that have been pickled and unpickled. This bug occurs for Adam optimizer for example (but not for SGD). Here is a link to one issue covering it: pytorch/pytorch#80345
Changed
Removing classic-algos from the benchmark dependencies
NOTABLE CHANGES due to breaking changes in connect-tools: the user must now pass the method name to execute from the
tools defined class within the dockerfile of both algo and metric under the --method-name argument: