NicWickman

Results 7 issues of NicWickman

Unfortunately this seems to be by design, but it complicates what should be the basic function of loading in a graph. NodeEditor provides a way to retrieve the nodes and...

The `inputData` field only ever seems to contain an object like ``` { portName: undefined } ``` but I would expect it to contain the inputs for the entire node....

I get this error when I'm trying to create new posts with tags. ``` def create @resource = Resource.new(resource_params) if @resource.save . . . ``` The error is on "if...

Downloading dependencies is failing for me with the following error: ``` LogPython: Collecting tensorflow-gpu==1.10.0 Downloading https://files.pythonhosted.org/packages/ae/d9/60e1e73abffaeb0aaca7cc2bcfeb973ec3b314a3e46e26270966829b5207/tensorflow_gpu-1.10.0-cp36-cp36m-win_amd64.whl (115.8MB) Could not install packages due to an EnvironmentError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or...

awaiting replication

First I think there's a small error in the README tutorial: Should the correct directory should be data/labels instead of data/classes ? Anyways, I get the following traceback: ``` /home/nic/.conda/envs/piwise/lib/python3.6/site-packages/torch/nn/functional.py:1423:...

Hello! Really great repo. Is there a resource for me to understand the components in the rmw-shell?, and where I should seek to use them as opposed to creating my...

I would like to represent two sets of data on the same line chart, with separate y-axis on each side. I cannot find in the documentation how this is possible....