openjournals / joss-reviews

Reviews for the Journal of Open Source Software
Creative Commons Zero v1.0 Universal
708 stars 37 forks source link

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

Closed whedon closed 6 years ago

whedon commented 7 years ago

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

Functionality

Documentation

Software paper

whedon commented 7 years ago

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 :tada:.

:star: Important :star:

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 commented 6 years ago

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

nirum commented 6 years ago

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

cMadan commented 6 years ago

@nirum, no worries, thanks for the update!

haythamfayek commented 6 years ago

Ping @cMadan @nirum :)

nirum commented 6 years ago

Apologies I’ve been swamped with other work—but I am planning on getting to this by the end of the week!

On Oct 25, 2017, at 10:44 AM, Haytham Fayek notifications@github.com wrote:

Ping @cMadan @nirum :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

nirum commented 6 years ago

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 commented 6 years ago

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

screen shot 2017-10-31 at 11 27 54 pm
nirum commented 6 years ago

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 commented 6 years ago

Thanks for the thorough review, @nirum!

haythamfayek commented 6 years ago

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

nirum commented 6 years ago

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

cMadan commented 6 years ago

@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 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

@whedon set 10.5281/zenodo.1042860 as archive

whedon commented 6 years ago

OK. 10.5281/zenodo.1042860 is the archive.

arfon commented 6 years ago

@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 ⚡️ 🚀 💥

haythamfayek commented 6 years ago

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 commented 6 years ago

@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:

haythamfayek commented 6 years ago

@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 commented 6 years ago

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.