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

252 dashboard #291

Merged
merged 18 commits into from
May 5, 2022
Merged

252 dashboard #291

merged 18 commits into from
May 5, 2022

Conversation

gcroci2
Copy link
Contributor

@gcroci2 gcroci2 commented Apr 1, 2022

No description provided.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@elboyran elboyran assigned elboyran and gcroci2 and unassigned elboyran Apr 1, 2022
@elboyran elboyran requested review from elboyran and egpbos April 1, 2022 09:45
@gcroci2
Copy link
Contributor Author

gcroci2 commented Apr 1, 2022

It's still not over, I just opened the PR to let you review/comment.

Copy link
Contributor

@elboyran elboyran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good as much as I can judge (hard without running it).
Linting fails.

@gcroci2
Copy link
Contributor Author

gcroci2 commented Apr 25, 2022

I fixed all errors relative to the dashboard. Tests are failing for an error in the notebooks. Should I merge? @egpbos @cwmeijer

@@ -18,7 +18,7 @@
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line #1.    X_test = open_image(path_gray)

Overwriting X_test with some tensor with another shape then before (3 axes instead of 4) results in an error later on (I think).


Reply via ReviewNB

@@ -18,7 +18,7 @@
},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line #13.    pred_onnx = run_model(X_test)

This call errors as X_test does not have the correct dimensions for 'run_model' I think. The original X_test, before overwriting does have the correct dimensions.


Reply via ReviewNB

Copy link
Member

@cwmeijer cwmeijer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for keeping you waiting. I think the code for the dashboard looks fine for now. Really great work! Excellent addition for the repo.

I just ran the notebook tests locally (ubuntu) and it passes on main, but errors on this PR's branch, just like it did on the server. That hints that there is indeed some error introduced on this branch. It would be great if we could look into the differences in that regard before merging.

I quickly looked into it. If you inspect the rise_mnist notebook here https://app.reviewnb.com/dianna-ai/dianna/pull/291/, you can see that there were some changes. I added to comments for you to see where I think the error is introduced.

@gcroci2 gcroci2 merged commit 90152b0 into main May 5, 2022
@gcroci2 gcroci2 deleted the 252_dashboard branch May 5, 2022 07:35
@gcroci2
Copy link
Contributor Author

gcroci2 commented May 5, 2022

Sorry for keeping you waiting. I think the code for the dashboard looks fine for now. Really great work! Excellent addition for the repo.

I just ran the notebook tests locally (ubuntu) and it passes on main, but errors on this PR's branch, just like it did on the server. That hints that there is indeed some error introduced on this branch. It would be great if we could look into the differences in that regard before merging.

I quickly looked into it. If you inspect the rise_mnist notebook here https://app.reviewnb.com/dianna-ai/dianna/pull/291/, you can see that there were some changes. I added to comments for you to see where I think the error is introduced.

Thanks! Now the errors have been fixed and all checks passed, so I merged with main.

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.

3 participants