Skip to content
#

tinyml

Here are 71 public repositories matching this topic...

Michael-F-Bryan
Michael-F-Bryan commented Aug 11, 2021

Each step in a Rune needs to explicitly mention the type of its outputs.

pipeline:
  content_image:
    capability: IMAGE
    outputs:
    - type: u8
      dimensions: [1, 384, 384, 3]

However, using a dict with type and dimensions keys can get a bit verbose (even when you write the list as [1, 384, 384, 3] instead of the normal bullet-point notation).

As an alter

COVID-Net

Launched in March 2020 in response to the coronavirus disease 2019 (COVID-19) pandemic, COVID-Net is a global open source, open access initiative dedicated to accelerating advancement in machine learning to aid front-line healthcare workers and clinical institutions around the world fighting the continuing pandemic. Towards this goal, our global multi-disciplinary team of researchers, developers, and clinicians have made publicly available a suite of tailored deep neural network models for tackling different challenges ranging from screening to risk stratification to treatment planning for patients with the severe acute respiratory syndrome coronavirus 2 (SARS-CoV-2). Furthermore, we have made available fully curated, open access benchmark datasets comprised of some of the largest, most diverse patient cohorts from around the world.

  • Updated Aug 8, 2021

Improve this page

Add a description, image, and links to the tinyml 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 tinyml topic, visit your repo's landing page and select "manage topics."

Learn more