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
The issue with AlgorithmChecker and SystemChecker is that methods/attributes are not forwarded to the wrapped class which reduces the flexibility of DynaDojo.
For example, you cannot access an underlying Tensorflow or Pytorch neural net model without first calling ._alg which means you can't move the model to GPU natively.
The issue with AlgorithmChecker and SystemChecker is that methods/attributes are not forwarded to the wrapped class which reduces the flexibility of DynaDojo.
For example, you cannot access an underlying Tensorflow or Pytorch neural net model without first calling
._alg
which means you can't move the model to GPU natively.I think we should migrate to using decorators.
Relevant stackoverflow post: https://stackoverflow.com/a/63644860
The text was updated successfully, but these errors were encountered: