pyMeta icon indicating copy to clipboard operation
pyMeta copied to clipboard

Library to manage machine learning problems as `Tasks' and to sample from Task distributions. Includes Tensorflow implementation of implicit-MAML (iMAML), FOMAML and Reptile.

Results 1 pyMeta issues
Sort by recently updated
recently updated
newest added

Since Hessian is indefinite for CNNs, CG cannot guarantee the monotonic decrease of errors. So, have you ever tried to use the best step's results instead of the last? In...