forked from CPJKU/madmom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clarified the license implication of pickled models/processors
- Loading branch information
Sebastian Böck
committed
Feb 26, 2015
1 parent
ccd7694
commit dd51883
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
Data/model files: | ||
----------------- | ||
|
||
Data and model files usually have .npy, .npz, .h5, .hdf5, .mat file extensions. | ||
Data and model files usually have .npy, .npz, .h5, .hdf5, .pkl or .mat file | ||
extensions. | ||
|
||
All model and data files are distributed under the following license: | ||
|
||
|
@@ -66,4 +67,5 @@ http://creativecommons.org/licenses/by-nc-sa/4.0/legalcode | |
|
||
If you want to include any of these files (or a variation or modification | ||
thereof) or technology which utilises them in a commercial product, please | ||
contact Gerhard Widmer at [email protected]. | ||
contact Gerhard Widmer at [email protected]. Please note that pickled | ||
Processors (i.e. saved models) fall into this category. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters