You are here |
dan.langille.org | ||
| | | |
www.pither.com
|
|
| | | | The simple way to build a Python script and dependencies into a portable binary. | |
| | | |
vincent.bernat.ch
|
|
| | | | Unlike scp, rsync cannot copy files between two remote hosts. Here is a trick to achieve the same effect with some SSH tunnels. | |
| | | |
gehrcke.de
|
|
| | | | I'd like to blog more about those powerful commands that we carefully craft in our day-to-day. For a file transfer I just ran $ rsync -a -info=progress2 source dest 17,310,485,259 98% 4... | |
| | | |
aimatters.wordpress.com
|
|
| | A few weeks ago, it was announced that Keras would be getting official Google support and would become part of the TensorFlow machine learning library. Keras is a collectionof high-level APIs in Python for creating and training neural networks, using either Theano or TensorFlow as the underlying engine. Given my previous posts on implementing an... |