-
Notifications
You must be signed in to change notification settings - Fork 21
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
AssertionError: Inputs should be in interval (0.0, 1.0) #10
Comments
I switched to version 3.1 and got the following error :
I tried your code snipped to reproduce the error but it was working. I will attach my Dockerfile and Code. |
Same problem. Did you fix it? |
Hi, it should work now with the newest version from GitHub. For context: A while ago we included the data normalization in the networks. Since then all models expect input data to be in the range [0, 1]. To modify the normalization, you can adapt |
Hello,
I just downloaded the code and let the jupyter notebook run inside the docker.
Unfortunately during the first training step an error occured - see following description
I used version 0.4
I thought I let you know, thanks
Daniel
The text was updated successfully, but these errors were encountered: