Skip to content

Plot error in DUDL_ANN_multioutput #3

@killkrt

Description

@killkrt

In file DUDL_ANN_multioutput.ipynb there is a error at session "plot the raw model outputs"

The following code:
plt.plot(yHat.detach(),'s-',markerfacecolor='w')

should be fixed with:
plt.plot(sm(yHat.detach()),'s-',markerfacecolor='w')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions