Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Items to add based on model examples #13

Open
10 of 22 tasks
houstonhaynes opened this issue Feb 14, 2025 · 0 comments
Open
10 of 22 tasks

Items to add based on model examples #13

houstonhaynes opened this issue Feb 14, 2025 · 0 comments

Comments

@houstonhaynes
Copy link
Collaborator

Items to add based on model examples

Issue #227 | Created by @dsyme | 2020-10-20 17:24:54 UTC | post-1.0

Looking through some models and I notice this is used in one of them. I don't know its relative importance, but noting it for completeness and tracking.

TorchSharp:

  • avgpool1d, 2d, 3d and reverse mode for these (TorchSharp)

  • activation functions gelu, silu, hardswish, relu6, hardsigmoid (TorchSharp)

  • permute (TorchSharp )

  • split based on count (TorchSharp)

  • UpSampling1d, 2d, 3d (TorchSharp)

DiffSharp:

  • avgpool1d, 2d, 3d and reverse mode for these, done pending merge, see #252

  • permute (DiffSharp) See #193, done pending merge, see #254

  • activation functions gelu, silu, hardswish, relu6, hardsigmoid

  • split based on count

  • LayerNorm functions and model

  • mean/sum/stddev of multiple dimensions (was #216)

  • DepthwiseConv2d

Other things to consider:

  • RMSProp optimizer https://pytorch.org/docs/stable/optim.html#torch.optim.RMSprop

  • AdaDelta optimizer

  • GlobalAvgPool2d model

  • UpSampling2d model

  • MaxPool1d/2d/3d model

  • ZeroPadding2d function and model

  • randn giving mean and stddev

  • Embedding

  • Use TorchSharp loss functions (binary_cross_entropy etc.)

  • max/min along dimensions (was #232)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant