Live data from Hacker News

Viewing profile — gormanc

gormanc

HN member
Joined
Wed, Jun 14, 2017, 1:54 AM UTC
HN karma
10
Public activity
10 items

About gormanc

No profile information was provided.

Recent public activity

  1. comment
    Comment #48326864

    Entering the SmarterChild economy

  2. comment
  3. comment
    Comment #16971467

    ooo I'm moving back to Boston in a month or so and this is right up my alley :)

  4. comment
    Comment #16663980

    According to the website ( https://vectordash.com/hosting/ ) they use a highly isolated Ubuntu image, so the person hosting the service shouldn't have access to the VM with your mo…

  5. comment
    Comment #16561434

    Visual Studio Code with the LaTeX Workshop addon is definitely my favorite LaTeX editor. The integration with the Chktex linter, latexmk, git, and all that jazz just makes it so mu…

  6. comment
    Comment #15597985

    Hot damn this has got me all giddy. How will this work on single node multi-GPU systems? For example, with PyTorch you have to either use threading, multiprocessing, or even MPI. C…

  7. comment
    Comment #15430828

    For installing it, yeah pip is great too, but for building conda includes third party tools and libraries and stuff. e.g. in order to use the MPI backend for PyTorch's distributed …

  8. comment
    Comment #15430815

    Not yet! I'm not using convnets or backprop or anything so I don't think it would be beneficial that way, but you could get something similar to what I'm doing by looking at Fritzk…

  9. comment
    Comment #15430616

    Hell, being able to effortlessly switch between PyTorch and Numpy/SciPy/sklearn/skimage has been so helpful for the project I'm working on. That and I have tensors in later layers …

  10. comment
    Comment #15430577

    I love that PyTorch kind of went all-in with anaconda. Building it is so much easier than TF! I'm a recent convert but it's dang good.