Gabriel Ibagon
Gabriel Ibagon
I made the needed changes to get the tutorial working on recent versions of Rust. This works on `rustc 1.42.0-nightly (0de96d37f 2019-12-19)` and MacOSX 10.14.5. As @rochacbruno mentioned, it involves...
This is a problem for me as well. This occurs in TensorFlow when using `tf.where` with only the condition argument specified (i.e. x=None and y=None). Even though `Where` is a...
@andrewkruse @snebhu3 I also couldn't get that fix to work. What ended up working was hardcoding the env variable `AWS_PARTITION` in `aft-create-pipeline` BuildSpec (this was the pipeline that was failing...
I'm also having an issue converting the frozen graph from .pb to onnx. @guyibang - can you please tell us the `tf2onnx` version and command that you used? I'm using...
Thanks for the response. I'm using the OpenBCI NodeJS module to stream OpenBCI data from the serial port. Here is the link to package: https://github.com/OpenBCI/OpenBCI_NodeJS . From there, I would...
@mgrivich Right - I've used the Python library before, but the OpenBCI_NodeJS interface has some additional functionality not included in the python interface. My motivation was to provide a general...
Thanks a lot for your input, I appreciate it. I will look into this approach and see how it can be incorporated into what I'm trying to do.
@alexcastillo I didn't end up using this. I sent OpenBCI data from node to python/pylsl, like described here: https://github.com/OpenBCI/OpenBCI_NodeJS/tree/master/examples/labstreaminglayer. That method fit what I needed at the time, though I...
I could not get the above JSON format to work in the Python CDK. A workaround is to remove the `{"op": ..., "path": ..., "value": ...}` format, and patch your...