adamoudad
adamoudad
Hello, I fixed this in my fork https://github.com/adamoudad/MusicTransformer-tensorflow2.0 and have submitted a PR some times ago #29
Either buy a new GPU, or decrease the model parameters. The following configuration worked for me, in `config/base.yml` ``` experiment: 'embedding128-layer2' max_seq: 1024 embedding_dim: 128 num_layers: 2 event_dim: 388 fp16:...
Hello, I fixed this in my fork https://github.com/adamoudad/MusicTransformer-tensorflow2.0 and have submitted a PR some times ago #29
I made a PR #11 to fix this.
I install firefox for one user only, and here is what worked in my case ``` users.users. = { # ... (other config values) packages = with pkgs; [ (firefox.override...
Hi @edouard-lopez Thanks a lot for your work on tifinagh font, this will be very useful for teaching tifinagh, and writing articles for learners. I wanted to add a clarification...
Having the same issue too. passforios on iPad, and my password-store on a NixOS machine accessible via SSH. It could be a problem related to the key generation algorithm: #153...
Thanks for the workaround @charlie-collard ! For compatibility, it might be best to append `hmac-sha2-512` to the default list used by the Nix option. ``` services.openssh.settings.Macs = [ "[email protected]" "[email protected]"...