missing stuffs in torch.nn.utils
Open
- Dominant language
- C#
- Stars
- 1.9k
- Forks
- 228
- PR merge metrics
- No merged PRs in 30d
Description
- [x] clip_grad_norm_
- [x] clip_grad_value_
- [ ] convert_conv2d_weight_memory_format
- [ ] fuse_conv_bn_eval
- [x] fuse_conv_bn_weights
- [ ] fuse_linear_bn_eval
- [x] fuse_linear_bn_weights
- [x] parameters_to_vector
- [ ] parametrizations
- [ ] remove_spectral_norm
- [ ] remove_weight_norm
- [x] rnn
- [ ] skip_init
- [ ] spectral_norm
- [ ] stateless
- [x] vector_to_parameters
---
- `rnn` is checked because the class do exist in TorchSharp, but actually not all the methods inside have been implemented.
Contributor guide
Assessment
This issue has not been assessed yet.