Alby M.
Alby M.
I'm trying to integrate this into a project, and it's not working. Every time I try to build, all of the id3lib files are complaining that they can't find the...
PyTorch's `Optimizer` API has an option `set_to_none` that can be passed to `zero_grad` that saves compute by setting tensors' `.grad` to `None`, rather than zeroing out the (possibly significant) amount...
General bilinear operations take the form `x^T @ A @ y` where `A` is of shape (outdim, xdim, ydim). (See https://pytorch.org/docs/stable/generated/torch.nn.Bilinear.html). Currently, as far as I can tell, implementing this...
Hi all, This library looks very nice :) Is `TensorType` compatible with the TorchScript compiler? As in, are the annotations transparently converted to `torch.Tensor` as far as `torch.jit.script` is concerned,...
Hi all, I've been searching "optimized sparse tensor contractions" for a week and somehow only just found this... :smile: I'm curious what the current state of CUDA support is, and...
## Description The `hoomd.md.pair.Pair` base class seems to take care of a lot of administrative details (none of which I am familiar with) that seem to be necessary for using...
PyTorch supports the use of TorchScript models in C++ programs using `libtorch`. Is it possible to use `torch-xla` with C++? How would one install / link / load `torch-xla` in...
## Description Warn when unused keys are present in the config ## How Has This Been Tested? ## Types of changes - [ ] Bug fix (non-breaking change which fixes...
Requires the `state_reduce` branch of `pytorch_runstats`: https://github.com/mir-group/pytorch_runstats/pull/3 Requires e3nn 0.5.0
Thanks to the developers for making this exciting effort available! I'd like to request the inclusion of the SiLU nonlinearity, which should be a very simple modification of the existing...