keroro824 / HashingDeepLearning

Codebase for "SLIDE : In Defense of Smart Algorithms over Hardware Acceleration for Large-Scale Deep Learning Systems"
MIT License
1.07k stars 169 forks source link

Add a license? #4

Closed kmsquire closed 4 years ago

kmsquire commented 4 years ago

Hi there, I really like this work. I'd like to try to reimplement it in Julia. I can use the paper as a reference, and I'd like to use this code as a reference as well, but since there's no license, I'm not sure if I'm allowed to do so. Can you add a license to make it explicit (one way or another)?

Assuming you want people to use this code freely, the MIT license is a good choice. If you want to be more restrictive about how people use the code, then GPL or "Research use only" would be better. (I apologize if you already know this!).

Either way, it would be good to be explicit. Thanks!

(I'd submit the same issue in the RUSH-LAB version of this repo, but issues are not enabled there.)

Tharun24 commented 4 years ago

Thank you Kevin for the suggestion. We’ll do that shortly.

Regards, Tharun Medini

Get Outlook for iOShttps://aka.ms/o0ukef


From: Kevin Squire notifications@github.com Sent: Monday, December 23, 2019 10:28 AM To: keroro824/HashingDeepLearning Cc: Subscribed Subject: [keroro824/HashingDeepLearning] Add a license? (#4)

Hi there, I really like this work. I'd like to try to reimplement it in Julia. I can use the paper as a reference, and I'd like to use this code as a reference as well, but since there's no license, I'm not sure if I'm allowed to do so. Can you add a license to make it explicit (one way or another)?

Assuming you want people to use this code freely, the MIT license is a good choice. If you want to be more restrictive about how people use the code, then GPL or "Research use only" would be better. (I apologize if you already know this!).

Either way, it would be good to be explicit. Thanks!

(I'd submit the same issue in the RUSH-LAB version of this repo, but issues are not enabled there.)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/keroro824/HashingDeepLearning/issues/4?email_source=notifications&email_token=ACSI74IEITN5LW5SR3XJWFDQ2DRJTA5CNFSM4J6V4FIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICLRDAQ, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACSI74LSY7MOG6E3DTICJI3Q2DRJTANCNFSM4J6V4FIA.

keroro824 commented 4 years ago

@kmsquire We've added MIT License to it. Thanks for reminding us!