Skip to content

issues Search Results · repo:ivy-llc/ivy language:Python

Filter by

16k results
 (85 ms)

16k results

inivy-llc/ivy (press backspace or delete to remove)

Description: The current implementation of ivy.transpile supports jax,numpy and tensorflow as valid target argument. This allows transpiling framework-specific code such as PyTorch functions or classes ...
ToDo
Transpiler
  • YushaArif99
  • 1
  • Opened 
    on Dec 17, 2024
  • #28848

Description: The current implementation of ivy.transpile supports torch as the sole source argument. This allows transpiling PyTorch functions or classes to target frameworks like TensorFlow, JAX, or NumPy. ...
NumPy Frontend
ToDo
Transpiler
  • YushaArif99
  • 1
  • Opened 
    on Dec 17, 2024
  • #28847

Description: The current implementation of ivy.transpile supports torch as the sole source argument. This allows transpiling PyTorch functions or classes to target frameworks like TensorFlow, JAX, or NumPy. ...
JAX Frontend
ToDo
Transpiler
  • YushaArif99
  • 1
  • Opened 
    on Dec 17, 2024
  • #28846

Description: The current implementation of ivy.transpile supports torch as the sole source argument. This allows transpiling PyTorch functions or classes to target frameworks like TensorFlow, JAX, or NumPy. ...
TensorFlow Frontend
ToDo
Transpiler
  • YushaArif99
  • 1
  • Opened 
    on Dec 17, 2024
  • #28845

Bug Explanation python -c import ivy; ivy.set_backend( numpy ); print(ivy.lgamma(5)); print(ivy.lgamma(5.)) ivy.array(3) ivy.array(3.1780539) python -c import ivy; ivy.set_backend( numpy ); print(ivy.vector_norm([1, ...
Bug Report
  • 34j
  • 1
  • Opened 
    on Nov 27, 2024
  • #28844

Sub Task
  • Lancelot03
  • Opened 
    on Nov 10, 2024
  • #28843

Bug Explanation Calculating log(1): python -c import ivy; ivy.set_backend( torch ); ivy.set_array_mode(False); print(ivy.log(1)) venv/lib/python3.11/site-packages/ivy/func_wrapper.py:440: UserWarning: ...
Bug Report
  • 34j
  • 3
  • Opened 
    on Oct 27, 2024
  • #28839

Bug Explanation python -c import ivy; ivy.array(0)[..., None] Traceback (most recent call last): File string , line 1, in module File ./venv/lib/python3.11/site-packages/ivy/func_wrapper.py ...
Bug Report
  • 34j
  • 2
  • Opened 
    on Oct 26, 2024
  • #28838

Sub Task
  • amoungui
  • 1
  • Opened 
    on Oct 10, 2024
  • #28834

Hello! I have integrated a few open-sourced projects into OSS-Fuzz, a program sponsored by Google to provide continuous fuzz-testing of impactful open-sourced projects, and am wondering if ivy s maintainers ...
Feature Request
  • capuanob
  • Opened 
    on Sep 3, 2024
  • #28813
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub