Skip to content

Bayesian mode #1

@nathanin

Description

@nathanin

to make bayesian inference work

  • d-stack the output probabilities with the variances

  • add a switch on top of process_tf.process_svs() whether or not to perform this concatenation

  • Check for bugs:

    # if bayesian:
    # print 'Setting up for bayesian inference mode with {} samples'.format(samples)
    # process_fn = lambda x: net.bayesian_inference(x, samples=samples)
    # else:

  • Add a flag in the output settings to selectively save variance images - sum variance / pixel, and per-class variance / pixel

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions