Kushaan Gupta

Results 9 comments of Kushaan Gupta

> can you please include complete imports, screenshots, and outputs when making issues? Done > I don't think it's at the classification step, but at the graph simplification and traversal...

I got the same error, and I checked there's not much of an issue with the code. Keras actually removed it's support for all other backends. See [here](https://github.com/keras-team/keras/releases/) To use...

@tudorog seems to be inactive. Until then, if you want to visualize ANN with models created via `tensorflow.keras` install my modification of the code. This works for me. After removing...

Is there an elaboration on how this would work? I'd like to work on this one

Yes, my epoch has different trials A to B to C walks that I want to be able to differentiate among as A to B & B to C. These...

oh sorry about that! I'll fix it. Thanks @ckemere

'asscalar' was deprecated since numpy version 1.16 (https://numpy.org/doc/1.21/reference/generated/numpy.asscalar.html)

@jacobpennington Just stumbled upon this discussion and I was wondering if it was fixed. I saw in the codebase `get_fwav` doing some hardcoded 300Hz highpass filtering but I don't see...