Teddy Koker

Results 6 issues of Teddy Koker

Thank you for the great work on this library! One common pattern I am noticing ([a](https://github.com/pytorch/functorch/blob/07ce1ede40b0f3fe33c6437fc2c0abea3ae668a7/examples/maml_omniglot/maml-omniglot-transforms.py#L137-L139) [b](https://github.com/pytorch/functorch/blob/07ce1ede40b0f3fe33c6437fc2c0abea3ae668a7/examples/maml_regression/evjang_transforms_module.py#L89)) is using the gradients from the `grad()` function to perform the optimization step:...

Would be great if people's lightning modules became easily accessible via pip install. This functionality may work as is right now, but it would be great to showcase and encourage...

enhancement

Add `torch.hub` support like so: ```python import torch model = torch.hub.load( "pytorchlightning/deep-learning-project-template", "lit_classifier", ) ```

### Code snippet ```python # given some task id: task_id = "mp-1805669" # used to be able to do this with MPRester(MP_API_KEY, monty_decode=deserialize) as mpr: results = mpr.materials.search(task_ids=[task_id]) assert len(results)...

bug

_Originally posted by @vancromy in https://github.com/teddykoker/torchsort/issues/91#issuecomment-2911490272_ @teddykoker It seems the releases generated from this PR did not bring in the newly generated pyproject.toml from #90. I am unable to install...

_Originally posted by @LouisJalouzot in https://github.com/teddykoker/torchsort/issues/90#issuecomment-2878093698_ I have been trying around some binaries but unfortunately even when matching exactly the versions of Python, PyTorch and CUDA, I get the following...