Composer icon indicating copy to clipboard operation
Composer copied to clipboard

How come the compiled version has more features than the source code?

Open benelot opened this issue 5 years ago • 2 comments

I could at least spot that the compiled version has the instrument buttons. Also, would you mind releasing the model?

benelot avatar May 08 '19 21:05 benelot

Yeah, the compiled version is a C++ port of the python one with just a few small differences like the instrument button.

I usually don't release pre-trained models for a few reasons:

  • My C++ framework is custom-built and the models are not really compatible with existing tools
  • I don't really have time to document the data format and usage
  • The original models are really large (in this case 350MBs) and I don't have a good place to host it
  • There could be privacy or ownership issues depending on the data used
  • I don't want the pre-trained models to be used commercially (code is MIT licenced though)

Hopefully it should not be too hard to train a similar model yourself with the code provided.

HackerPoet avatar May 09 '19 21:05 HackerPoet

Thanks for the explanation, sounds all reasonable! On Thu, May 9, 2019, 23:47 HackerPoet [email protected] wrote:

Yeah, the compiled version is a C++ port of the python one with just a few small differences like the instrument button.

I usually don't release pre-trained models for a few reasons:

  • My C++ framework is custom-built and the models are not really compatible with existing tools
  • I don't really have time to document the data format and usage
  • The original models are really large (in this case 350MBs) and I don't have a good place to host it
  • There could be privacy or ownership issues depending on the data used
  • I don't want the pre-trained models to be used commercially (code is MIT licenced though)

Hopefully it should not be too hard to train a similar model yourself with the code provided.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HackerPoet/Composer/issues/22#issuecomment-491080636, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXXXKZU4Z37ABCHDSPGBEDPUSLXFANCNFSM4HLVNCQQ .

benelot avatar May 11 '19 12:05 benelot