Nvidia Digits with Pytorch

Hi,
I’m wondering if anyone tried to get Nvidia DIGITS running with Pytorch?

Despite the fact that it is not officially supported (yet) it might be possible since

  1. Torch is supported (similar backend to pytorch)
    And
  2. TensorFlow is supported as a framework with python-API

If possible, I would avoid to convert the network to caffe using ONXX and work on pytorch directly.

Did anyone try this so far?