sort by:
Revision Author Date Message Commit Date
6d75cb9 Merge pull request #85 from andreasjansson/upgrade-cog Upgrade to Cog version 0.1 17 August 2022, 09:49:52 UTC
5d6bb46 Fix repo address in Installation section 17 August 2022, 09:48:53 UTC
71a20c2 Merge pull request #84 from namin/musescore-plugin Tweak info around Musescore Plugin. 07 April 2022, 16:36:09 UTC
955c93f Merge pull request #83 from namin/str Fix a type error: interval_type is a Specifier not a str. 07 April 2022, 16:34:53 UTC
d160741 Upgrade to Cog version 0.1 The [new version of Cog](https://github.com/replicate/cog/releases/tag/v0.1.0) improves the Python API, along with several other changes. This PR upgrades DeepBach to Cog version >= 0.1. I have already pushed this to Replicate for you, so you don't need to do anything for the demo to keep working: https://replicate.com/ghadjeres/deepbach 16 March 2022, 23:25:49 UTC
6577055 Tweak info around Musescore Plugin. The plugin specifically works with Musescore 3, not 2. The Musescore plugins directory is OS-specific. 13 March 2022, 09:03:21 UTC
7d6711c Fix a type error: interval_type is a Specifier not a str. 13 March 2022, 09:00:56 UTC
588e196 Merge pull request #82 from tbazin/patch-1 Change PyTorch installation to use CUDA v10.0 30 September 2021, 14:14:09 UTC
50af6a3 Change PyTorch installation to use CUDA v10.0 Allows running the code on AWS g4dn instances equipped with Tesla T4 GPUs 30 September 2021, 14:10:11 UTC
8f49fd9 Merge pull request #81 from ericguizzo/master Add Docker environment & web demo 26 September 2021, 16:02:09 UTC
8fba7e0 cog-ified 25 September 2021, 11:32:59 UTC
2400838 Merge pull request #78 from Ghadjeres/fix-musescore Fix initialization of tensor_metadata 12 May 2021, 14:53:42 UTC
b711942 add files 12 May 2021, 14:51:44 UTC
7e6dfde fix tensor_metadata initialization when size < sequence_length_ticks 12 May 2021, 14:50:25 UTC
0cbd604 Merge pull request #75 from Ghadjeres/fix-musescore change default 03 February 2021, 11:27:39 UTC
b639fbc change default 03 February 2021, 11:26:12 UTC
db38fb1 Merge pull request #74 from Ghadjeres/fix-musescore Fix musescore 02 February 2021, 14:02:34 UTC
b675ca4 fix qml : clean interface, communication with server is done through files /tmp/deepbach.{mxl|xml} 02 February 2021, 14:01:11 UTC
55b4682 now outputs scores with fermatas 02 February 2021, 13:56:56 UTC
97d7f1b add fermatas in generated scores 02 February 2021, 13:56:24 UTC
cf38c44 communication with client is now done through filesystem 02 February 2021, 13:56:02 UTC
bf2e2ab some fixes for the musescore pluging. En cours 31 January 2021, 16:35:32 UTC
2cf485c Merge branch 'master' of github.com:Ghadjeres/DeepBach 31 January 2021, 14:43:00 UTC
7335c93 Merge pull request #68 from namin/fix-cache-dir-load Use local cache dir when loading dataset, not cache dir at save site. 25 February 2020, 11:58:13 UTC
2b39a07 Merge pull request #67 from namin/work-around Work-around numpy ValueError. 25 February 2020, 11:57:34 UTC
b32fb5e Use local cache dir when loading dataset, not cache dir at save site. 05 January 2020, 10:32:28 UTC
863d1c8 Work-around numpy ValueError. In newer numpy versions (e.g. 1.17.4), the probabilities to a multinomial are checked to be valid, within range [0,1]. Before this fix, running `python deepBach.py` gives the error: ... File "./DeepBach/model_manager.py", line 300, in parallel_gibbs pitch = np.argmax(np.random.multinomial(1, probas_pitch)) File "mtrand.pyx", line 3866, in numpy.random.mtrand.RandomState.multinomial File "common.pyx", line 323, in numpy.random.common.check_array_constraint ValueError: pvals < 0, pvals > 1 or pvals contains NaNs 01 January 2020, 22:43:10 UTC
5d0b74d Merge branch 'master' of github.com:Ghadjeres/DeepBach 14 October 2019, 09:18:07 UTC
a5a209a random init in musescore plugin 09 July 2019, 15:05:52 UTC
a4b7460 Update README.md 31 January 2019, 15:47:28 UTC
43223e1 :art: Update README.md 31 January 2019, 14:16:30 UTC
c20d985 Update README.md 31 January 2019, 13:54:36 UTC
cf95c39 add Dockerfile 31 January 2019, 13:41:36 UTC
ab8d2f0 update gitignore 31 January 2019, 13:13:44 UTC
3da003a allow loading models on cpu 30 January 2019, 17:37:04 UTC
d36667e add musescore_flask_server 23 January 2019, 15:40:36 UTC
a2d8d2b remove nnvm, topi and tvm dependencies 23 January 2019, 10:12:17 UTC
e3fd369 add flask_server.py 23 January 2019, 09:58:48 UTC
1869c42 Remove unnecessary files 10 January 2019, 17:36:24 UTC
5e60f74 Correct paper link 10 January 2019, 17:28:46 UTC
c961cf7 add correct bibtex 10 January 2019, 17:12:33 UTC
6f91a93 PyTorch version First commit 10 January 2019, 17:08:03 UTC
f069695 Merge pull request #39 from ajeetdsouza/master Fixed incorrect indentation. 19 January 2018, 13:41:29 UTC
031cbe0 Fixed incorrect indentation. 19 January 2018, 12:19:17 UTC
5960b5a Update LICENSE 25 October 2017, 12:28:23 UTC
eea94a6 remove change used for debugging 19 July 2017, 15:47:04 UTC
f5c8235 issue in .sh 19 July 2017, 15:44:38 UTC
b200366 Merge pull request #35 from Ghadjeres/package Package 19 July 2017, 15:41:51 UTC
c726e52 Merge remote-tracking branch 'remotes/origin/master' into package # Conflicts: # download_pretrained_data.sh 19 July 2017, 15:40:07 UTC
0091cb4 fix download_script 19 July 2017, 15:37:11 UTC
6e44def fix download_script 19 July 2017, 15:20:56 UTC
349074f Merge pull request #34 from Ghadjeres/package Package 19 July 2017, 15:05:35 UTC
6f02670 remove .sh 19 July 2017, 14:43:37 UTC
450f217 change file structure 19 July 2017, 14:39:33 UTC
a1845b1 clean 19 July 2017, 14:34:16 UTC
529ee44 fix #33 19 July 2017, 14:32:46 UTC
659e448 refactor project as a package 19 July 2017, 14:23:40 UTC
397a8c3 Merge pull request #31 from bzamecnik/10-dataset-path-more-robust calculate pickled dataset path in a more robust way Fix #10 13 July 2017, 13:42:05 UTC
57c36c7 Merge pull request #26 from bzamecnik/25-empty-training-split #25 Fix incorrect rounding for dataset split size 13 July 2017, 13:24:02 UTC
a3f4dd7 #10 Calculate pickled dataset path in a more robust way. Option --dataset datasets/foo/ resulted in datasets/custom_dataset/.pickle instead of foo.pickle. Now it's possible to specify either --dataset datasets/foo or --dataset datasets/foo/. 13 July 2017, 08:58:22 UTC
bfddd48 #26 Fix loading datasets where voice (part) lengths and not equal. Use the stream (chorale) length instead of length of each part. 13 July 2017, 06:22:47 UTC
caf7f0a #25 Fix incorrect rounding for dataset split size - empty training split for small dataset. 13 July 2017, 05:41:52 UTC
75e2fe4 Merge pull request #24 from bzamecnik/master Update README for usage at a server without GUI + upgrade to Keras 2 12 July 2017, 12:40:06 UTC
e24ce7e Update a few example CLI commands. 12 July 2017, 12:04:29 UTC
ab9c0ad Describe in README how to configure music21 editor for server without GUI. 12 July 2017, 12:03:58 UTC
76f14fb Add a script to download and extract pre-trained model and data, update README. Before it was only roughly described in the README. Let's make it more automatic. 12 July 2017, 12:02:42 UTC
a8d39d5 #22 Upgrade deepBach model in models_zoo.py to Keras 2 (merge -> concatenate). 12 July 2017, 09:14:48 UTC
3515f0c Update README.md 01 July 2017, 15:32:12 UTC
58823bf Update README.md 18 June 2017, 15:02:26 UTC
53f42ef Fixes #20 08 June 2017, 07:49:12 UTC
3eb065b fix sequence_length issue when using --midi option 08 June 2017, 07:44:09 UTC
3d626b4 Update README.md 26 May 2017, 11:38:32 UTC
beeef82 add virtual env 25 May 2017, 18:15:29 UTC
6f720bc remove unnecessary files 25 May 2017, 18:13:19 UTC
712e3bd add models directory 18 May 2017, 13:15:43 UTC
6f0c9be Merge branch 'master' of github.com:Ghadjeres/DeepBach into local-master 18 May 2017, 12:51:55 UTC
717ca06 Keras 2 fix 11 May 2017, 09:47:42 UTC
b9b08c0 convert start_tick to int 11 May 2017, 09:46:35 UTC
3310fb6 change to keras 2 convention 10 May 2017, 17:20:04 UTC
8b6135c delete requirements.txt 10 May 2017, 17:16:34 UTC
94be36f add generation from scratch 10 May 2017, 17:04:32 UTC
cac534f add is_playing metadata + midi support 10 May 2017, 17:01:38 UTC
859b19c handle notes and rests 10 May 2017, 16:59:44 UTC
3767fd1 update calls to Keras 2 conventions 10 May 2017, 15:54:01 UTC
16d6aff change "model" function to "get_models" 10 May 2017, 15:53:38 UTC
b751a61 update for Keras 2 10 May 2017, 15:48:08 UTC
b8f6049 update deepbach_skip for keras newer version 10 May 2017, 15:47:49 UTC
a122961 update deepbach_skip for keras newer version 10 May 2017, 15:41:40 UTC
04274d9 Create .README 17 April 2017, 15:11:27 UTC
34dd415 Create .README allows to create an empty folder 17 April 2017, 15:10:13 UTC
bac327b Add link to pretrained models 19 January 2017, 14:11:14 UTC
f5c10a9 Merge pull request #11 from SonyCSL-Paris/refactor Add one voice support 16 January 2017, 13:24:58 UTC
2d5e861 fix: -generators in train_models 16 January 2017, 12:33:28 UTC
b3df004 fix: -compatibility when only one voice -generators in train_models 16 January 2017, 10:49:00 UTC
18e3c96 Merge pull request #8 from SonyCSL-Paris/refactor Refactor 13 January 2017, 13:36:35 UTC
33ad2b7 update readme to v2.0 13 January 2017, 13:34:30 UTC
f3d3e76 add requirements.txt 13 January 2017, 11:27:58 UTC
73fb76b last fix 13 January 2017, 09:09:12 UTC
b925311 fix loop indexes 13 January 2017, 09:04:57 UTC
1411d74 merge 12 January 2017, 19:42:14 UTC
back to top