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

[REVIEW]: MatDL: A Lightweight Deep Learning Library in MATLAB #413

Closed
18 tasks done
whedon opened this issue Sep 22, 2017 · 22 comments
Closed
18 tasks done

[REVIEW]: MatDL: A Lightweight Deep Learning Library in MATLAB #413

whedon opened this issue Sep 22, 2017 · 22 comments
Assignees
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review

Comments

@whedon
Copy link

whedon commented Sep 22, 2017

Submitting author: @haythamfayek (Haytham Fayek)
Repository: https://github.com/haythamfayek/MatDL
Version: v0.8.0
Editor: @cMadan
Reviewer: @nirum
Archive: 10.5281/zenodo.1042860

Status

status

Status badge code:

HTML: <a href="http://joss.theoj.org/papers/fa33e01459843ac8a5b781b1bd0c3250"><img src="http://joss.theoj.org/papers/fa33e01459843ac8a5b781b1bd0c3250/status.svg"></a>
Markdown: [![status](http://joss.theoj.org/papers/fa33e01459843ac8a5b781b1bd0c3250/status.svg)](http://joss.theoj.org/papers/fa33e01459843ac8a5b781b1bd0c3250)

Reviewers and authors:

Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)

Reviewer questions

@nirum, please carry out your review in this issue by updating the checklist below (please make sure you're logged in to GitHub). The reviewer guidelines are available here: http://joss.theoj.org/about#reviewer_guidelines. Any questions/concerns please let @cMadan know.

Conflict of interest

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the repository url?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Version: Does the release version given match the GitHub release (v0.7.0)?
  • Authorship: Has the submitting author (@haythamfayek) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the function of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Authors: Does the paper.md file include a list of authors with their affiliations?
  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • References: Do all archival references that should have a DOI list one (e.g., papers, datasets, software)?
@whedon
Copy link
Author

whedon commented Sep 22, 2017

Hello human, I'm @whedon. I'm here to help you with some common editorial tasks for JOSS. @nirum it looks like you're currently assigned as the reviewer for this paper 🎉.

⭐ Important ⭐

If you haven't already, you should seriously consider unsubscribing from GitHub notifications for this (https://github.com/openjournals/joss-reviews) repository. As as reviewer, you're probably currently watching this repository which means for GitHub's default behaviour you will receive notifications (emails) for all JOSS reviews 😿

To fix this do the following two things:

  1. Set yourself as 'Not watching' https://github.com/openjournals/joss-reviews:

watching

  1. You may also like to change your default settings for this watching repositories in your GitHub profile here: https://github.com/settings/notifications

notifications

For a list of things I can do to help you, just type:

@whedon commands

@cMadan
Copy link
Member

cMadan commented Sep 29, 2017

@nirum, let me know if you have any questions about the review process :)

@nirum
Copy link

nirum commented Oct 2, 2017

Will do! I'm working on the review, will likely need a few more days :)

@cMadan
Copy link
Member

cMadan commented Oct 4, 2017

@nirum, no worries, thanks for the update!

@haythamfayek
Copy link

Ping @cMadan @nirum :)

@nirum
Copy link

nirum commented Oct 25, 2017 via email

@nirum
Copy link

nirum commented Nov 1, 2017

Hi @cMadan,

I have installed and verified @haythamfayek's code. It looks very good! There are a couple of minor issues I made over on his main repo. One those are addressed, then this has my approval!

Thanks for being so patient--sorry about the delay!
Niru

@nirum
Copy link

nirum commented Nov 1, 2017

p.s. here's my CNN training on MNIST 😃

screen shot 2017-10-31 at 11 27 54 pm

@nirum
Copy link

nirum commented Nov 1, 2017

One other comment--there aren't tests that can be run--but there is gradient checking code, and a number of pre-specified architectures. I would encourage @haythamfayek to include some tests for his code (perhaps there are some ideas to be harvested from this post), but I don't think that this is a blocking issue.

@cMadan
Copy link
Member

cMadan commented Nov 1, 2017

Thanks for the thorough review, @nirum!

@haythamfayek
Copy link

Thanks @nirum for your time and feedback. I addressed both issues you raised: haythamfayek/MatDL#1 and haythamfayek/MatDL#2.

@nirum
Copy link

nirum commented Nov 2, 2017

Looks great! This has my approval. @cMadan, can you advise on the next steps?

@cMadan
Copy link
Member

cMadan commented Nov 6, 2017

@haythamfayek, I just need you to archive the current code on a service like Zenodo or figshare (and provide me with the DOI) and we'll be all set!

@haythamfayek
Copy link

Hi @cMadan

Here is the DOI from Zenodo:
DOI

There is now a version mismatch from the above. The submitted version is 0.7 vs the archived version is 0.8. How can I amend that?

@nirum
Copy link

nirum commented Nov 7, 2017

I updated this issue with the new version. In case you reference the version in the paper.md file, edit it there too--I think that's all you have to do.

@arfon
Copy link
Member

arfon commented Nov 7, 2017

@whedon set 10.5281/zenodo.1042860 as archive

@whedon
Copy link
Author

whedon commented Nov 7, 2017

OK. 10.5281/zenodo.1042860 is the archive.

@arfon arfon added the accepted label Nov 7, 2017
@arfon
Copy link
Member

arfon commented Nov 7, 2017

@nirum - many thanks for your review and to @cMadan for editing this submission ✨

@haythamfayek - your paper is now accepted into JOSS and your DOI is https://doi.org/10.21105/joss.00413 ⚡️ 🚀 💥

@arfon arfon closed this as completed Nov 7, 2017
@haythamfayek
Copy link

Thanks @cMadan @nirum @arfon! This is fantastic 💥

@arfon - the last line in the pdf has a link that overflows into the margin and out of the pdf. Is there anything that can be done about it?

@arfon
Copy link
Member

arfon commented Nov 7, 2017

@arfon - the last line in the pdf has a link that overflows into the margin and out of the pdf. Is there anything that can be done about it?

Huh, yeah, something weird going on in the LaTeX template we use to produce the PDF. A couple of thoughts:

  • The word 'GitHub' in that sentence already links to the GitHub repository in the PDF so perhaps we don't need the URL called out separately too.
  • JOSS papers by default link to the software repository already (see the left-hand column) so this entire sentence could be considered redundant?

@haythamfayek
Copy link

@arfon - I am happy to remove the link from paper.md (Will that auto recompile?) but the links will continue to overflow in other documents as well. We can add the breaklinks option to the hyperref package to allow multi-line links. Would you like me to submit a pull request?

@arfon
Copy link
Member

arfon commented Nov 8, 2017

Would you like me to submit a pull request?

Yes please do. I'll recompile the paper once you've made the change to the LaTeX template.

@whedon whedon added published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. labels Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted published Papers published in JOSS recommend-accept Papers recommended for acceptance in JOSS. review
Projects
None yet
Development

No branches or pull requests

5 participants