Skip to content

Add ForwardDiff support #165

@yebai

Description

@yebai

As ForwardDiff is still the default autograd backend for Turing.jl, one may wish for it to work outside the model.

using Turing 

@model demo() = x ~ Normal()

sample(demo(), NUTS(), 2000)

This would motivate calling ForwardDiff via its public API.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions