James Chapman
James Chapman
The order of operations when using all singular values is currently sqrt(trace(T'T)) - note this is not the case when using topK. Equation (10) in Andrew's original paper due to...
Used to have these in the package and at some point removed them but now think they should be back
#### What does this implement/fix? Explain your changes. Adds some classes that wrap the scikit-learn BaseSearchCV classes and allow hyperparameter tuning in the same style using gridsearch and randomized search...
Trying to find the equivalent of the inverse retraction available in matlab manopt manifold factories for pymanopt manifolds? Any hints?
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [ ] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source...
Adding SSL-EY from (https://arxiv.org/abs/2310.01012, https://neurips.cc/virtual/2023/80864) For the moment I've implemented the simple version but it should in principle plug into multicrop like SWAV. Will have a stab at running the...
I didn't have problems using debuggers when the form was: `FLAGS = flags.FLAGS` and later on: ``` # Make sure the required fields are available in the config. base_config.validate_config(FLAGS.config) ```...
Don't know what's going on behind the scenes but skimage TV is a fair bit quicker than your implementation. Could be looped in with something like the following: ``` from...
Hi, Great work on this package. I’ve actually started building around it here https://github.com/jameschapman19/scikit-prox using your operators to solve regularised versions of some scikit-learn models. I like how you’ve chosen...