Nikhil Shenoy

Results 9 issues of Nikhil Shenoy

### Description ### Resolves #4911 @J-shang Does this PR make sense? ### Checklist ### - [ ] test case - [ ] doc ### How to test ###

### Bug with GPU Model Currently, while using pruning methods like `TaylorFOWeight` Pruner, If I use a model on GPU for getting the metrics (as calculated for getting masks), it...

good first issue
customer raised
model compression

### Bug description On upgrading torch and lightning to both 2.1.0, and running DDP leads to the following error trace, ``` # Error messages and logs here please 23 Traceback...

bug
working as intended
ver: 2.1.x

Allowing vector output from TensorNet. This will allow the use of `EquivariantScalar` or `EquivariantVectorOutput` from `TensorNet`. Resolves #297.

I was trying to use [gradient checkpointing](https://pytorch.org/docs/stable/checkpoint.html) with TorchMD model. For some reason, I get this gradient mismatch whenever the warning pops up https://github.com/torchmd/torchmd-net/blob/8a1be712a397d88eed82ae12066f1533f12152ee/torchmdnet/models/utils.py#L492-L499

##### Feature Request Currently the vector output is set to `None`. This could be easily calculated based on skew symmetric matrix based on the paper. Some papers suggest using force...

I wanted to train this network on the spice dataset (similar task where I want to predict forces and energy from structure). I was comparing speed of training with `torchmd-net`...

How do I access the SMILES string for any molecule?