Skip to content

Crashing on training with binarized values #4

Description

@ahadzic7

When training with MNIST dataset binarized to values 0 and 1 (typed Int) it crashes.
Works if it is real valued to 0.0 and 1.0.

The issue occurs for training generally with categorical data.

The error is in forward pass function, due to inexact conversion exception thrown, when converting real value into an int.
ex. Int(1.23)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions