Skip to content
#

inference

Here are 129 public repositories matching this topic...

ma-siddiqui
ma-siddiqui commented Apr 18, 2020

Hi NVIDIA Team,

To make this project successful, I would like to suggest to add few things. I would love to assist on this.

  1. Complete technical installation steps to add more values
  2. Details of all pre-requisites, to build this project successfully.
  3. Overall technical background, design and architecture. Just like we provide a technical guide and documentation for other software engine
vaseline555
vaseline555 commented Feb 9, 2020

For example,
in ELFI tutorial...
We should specify observed data like below:

Y = elfi.Simulator(MA2, t1, t2, observed=y_obs)

for calculating a discrepancy like:

d = elfi.Distance('euclidean', S1, S2)

What I wonder is,
without explicitly passing 'observed' argument to the Simulator object,
can we make it possible to do ABC-rejection by modifying discrepancy function?
e.g. inste

xlotlu
xlotlu commented May 2, 2020

Release 1.0.7 broke the specialised matchers that are still documented here https://h2non.github.io/filetype.py/v1.0.0/match.m.html

One could make the argument that these functions are internal API since they're not officially documented in the examples, so it's ok to break them without even a minor version bump.

However, given the usefulness of these functions (e.g. for scenarios in which o

Improve this page

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

Learn more

You can’t perform that action at this time.