Ross Allen

Results 26 comments of Ross Allen

@fzdm2005 did you ever get a resolution for this? I just ran into the same problem Edit: nevermind, it seems that my error was slightly different but also occurred when...

I am facing a similar problem @LSBOSS thank you for the code, but it causes an error. at the line with `list_to_2d_float_array`, it errors with: ``` ValueError: cannot reshape array...

Does anyone have further insight on either/both of the questions posed?

FYI: 4 years later and I'm having the same problem with `time_sequence_prediction` not being able to reproduce the expected results. My loss explodes after the 4th or 5th epoch. Changing...

I got this same error when trying to run the [OnnxTensorflowImport](https://github.com/onnx/tutorials/blob/master/tutorials/OnnxTensorflowImport.ipynb) tutorial. I worked around by installing with `pip install tensorflow-addons`

@henryrgithub thank you for hunting down this bug. I ran into it as well but worked around it by using a conda environment with `setuptools` pinned to 57.5.0 just before...

@yehoshuapw Thank you! That basic explanation really helps scope how kRPC works in relation to KSP (and how it would work if ported to Balsa). Doesn't sound easy, but at...

If someone knows how to do this with kRPC, I would love to know!

@dfridovi thank you for the insights. I'm still getting spun up with the library and I don't know how much time I'll be able to commit to it, but if...

@dfridovi I'm coming back to this work after a few months focusing on other projects. It looks like there has been a significant overhaul of some of the timing mechanics...