ubergarm

Results 19 comments of ubergarm

This is the only function that I needed, but it doesn't work on any of the half dozen release binaries that I tried. So as a tribute to Guido who...

@robphoenix Ahh, thanks for clarifying my misunderstanding. Recursively downloading a directory and all its contents / files is the use case I desire. The official [dropbox-sdk-python](https://github.com/dropbox/dropbox-sdk-python) has a built in...

+1 for REST transport on Horizon services. Since `rethinkdb` users/permissions are different than `horizon` users/permissions, if I want to user Horizon for my webapp then my "sources of truth" for...

Hrm, thanks for letting me know! I don't have access to my old VPN appliance and updated it to work with the new one. The new appliance is still working...

I set the default IKEv1 handshake to something common for compatibility but weaker than other IKEv1 supported ciphers/hashes/algorithms. You can use the `ike-scan.sh` script to test your VPN server and...

@fujimotomh I like how you've cleaned up a lot of the code in your fork. It may be possible to pull in some of your work back to this repo....

@virxxiii thanks for your feedback. I too am interested in getting good results out of this project and comparing it to other solutions. Just merged PR #73 which gives you...

@hoomanNo5 Your setup sounds good, (i use the same hardware/ TF-gpu)... Here are my suggestions: 1. Your rnn_size and number of layers are kind of big for the small amount...

Also, people have had good success with this specific repo, here is an example of generating music in ABC notation to midi: https://maraoz.com/2016/02/02/abc-rnn/ I re-created this musical experiment myself on...

@hoomanNo5 another interesting post I read about mixing input from various authors: https://www.gwern.net/RNN%20metadata Technically you can mix anything you want into a big `input.txt`. It really depends on what you're...