Skip to content
#

machinelearning-python

Here are 745 public repositories matching this topic...

The motive behind Creating this repo is to feel the fear of mathematics and do what ever you want to do in Machine Learning , Deep Learning and other fields of AI

  • Updated Jan 6, 2020
  • Jupyter Notebook
covalent
santoshkumarradha
santoshkumarradha commented Jul 6, 2022

Consider this code

@ct.electron
def new_func(a, b, c, d, e):
    time.sleep(10)
    return a + b + c + d + e


@ct.electron
@ct.lattice
def work_func(a, b, c):
    return new_func(a, b, c, d=4, e=5)

dispatch_id = ct.dispatch(work_func)(5, 6, 7)
print(dispatch_id)

Running this will produce an error like this

Traceback (most recent call last):
  File "example_db.py"
bug good first issue help wanted lattice

Improve this page

Add a description, image, and links to the machinelearning-python topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the machinelearning-python topic, visit your repo's landing page and select "manage topics."

Learn more