-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
enhancementNew feature or requestNew feature or requestexternalIssues/PR filed by people outside the core teamIssues/PR filed by people outside the core team
Description
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem you would like to solve.
I want to use log1p and expm1 in Node.from_sympy, but it raises error in SympyToTorch.forward.
I think it would be possible to support these functions by including 'log1p': torch.log1p and 'expm1': torch.expm1 in TORCH_SYMPY_PRINTER.
Describe any alternatives you have considered
It is also possible to use log(1+Symol('x')) instead of log1p, but it will not be accurate for small values of x.
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestexternalIssues/PR filed by people outside the core teamIssues/PR filed by people outside the core team