Skip to content

Expectation towards input data#1

Open
MiroslavVitkov wants to merge 2 commits into
ashokpant:masterfrom
MiroslavVitkov:master
Open

Expectation towards input data#1
MiroslavVitkov wants to merge 2 commits into
ashokpant:masterfrom
MiroslavVitkov:master

Conversation

@MiroslavVitkov

Copy link
Copy Markdown

The software seems to assume that:

  1. there are no classes in outputs which are not in targets
  2. classes are sequentially encoded.

This commit removes the first assumption.

The program used to assume that the set of output labels is contained in the set of target labels.
Now it counts the actual classes.

It still assumes that _all labels are sequential from 0_!
@FeynmanDNA

Copy link
Copy Markdown

@MiroslavVitkov Thank you very much for the suggested edits!
Yes, without your edit, the program can easily run into weird segmentation faults.

Hope your pull request get merged soon :)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants