-
Notifications
You must be signed in to change notification settings - Fork 444
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
Errors in usage page. #43
Comments
Removing the Trying to do the next step in the code generates the error: Trace:
|
I got same problems, thanks for suggestions @sodoherty-ai . After removing Finally I am stuck on this sentence: |
Looks like there is some missing exception handling here. The inputs should be Formula objects and not the strings that represent these objects.
Related to #42 |
Just find out, try to input "Loss.SUPERVISED" in the form of a list like this: model.train(losses=[Loss.SUPERVISED]). It works for me:) |
Not as urgent, but a typo in the page https://ibm.github.io/LNN/usage.html |
Relates to this: https://ibm.github.io/LNN/usage.html
Step 2b: Sample code has a missing comma
Step 3: Sample code at start generates error:
TypeError: formula expected of type Formula, received str
Trace:
The text was updated successfully, but these errors were encountered: