missing stuffs in torch.nn.utils

Open
#1,243 11 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
csharp

Research direction

Start at the TorchSharp entry points corresponding to torch.nn.utils and compare the unchecked functions in the issue with existing implementations. Inspect the rnn class as well, since the issue notes that some of its methods are incomplete. Done means the listed missing utilities and the remaining rnn methods are implemented and their behavior matches the corresponding PyTorch utilities.

Written by the indexing model from the issue text.

Description

  • clip_grad_norm_
  • clip_grad_value_
  • convert_conv2d_weight_memory_format
  • fuse_conv_bn_eval
  • fuse_conv_bn_weights
  • fuse_linear_bn_eval
  • fuse_linear_bn_weights
  • parameters_to_vector
  • parametrizations
  • remove_spectral_norm
  • remove_weight_norm
  • rnn
  • skip_init
  • spectral_norm
  • stateless
  • vector_to_parameters

  • rnn is checked because the class do exist in TorchSharp, but actually not all the methods inside have been implemented.
Dominant language
C#
Stars
1.9k
Forks
228
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from dotnet/TorchSharp

All issues in dotnet/TorchSharp

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.