Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird output of xttrain()(1.#INF00) #17

Open
derlozi opened this issue May 16, 2018 · 3 comments
Open

Weird output of xttrain()(1.#INF00) #17

derlozi opened this issue May 16, 2018 · 3 comments

Comments

@derlozi
Copy link

derlozi commented May 16, 2018

Hi, I'm trying to write a small program to train a network on the iris dataset. (https://archive.ics.uci.edu/ml/datasets/iris). When training, xttrain returns values that are printed as 1.#INF00. I don't know whether the fault is on the library's side or my fault. Another weird thing is that when I run the program in debug-mode, it works just fine. Here is the repository with my code: https://github.com/derlozi/TINN-Iris-Dataset I hope that you can help me.
Thanks in advance!

@glouw
Copy link
Owner

glouw commented May 17, 2018 via email

@derlozi
Copy link
Author

derlozi commented Aug 8, 2018

I revisited the project and found the bug, I didn't consider line endings when reading out of a file and some data was not initialized correctly. I fixed it and it now works like a charm.

@glouw
Copy link
Owner

glouw commented Aug 9, 2018

Thanks for checking back

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

No branches or pull requests

2 participants