Xiaodong
Xiaodong
I clone the repo, however, I have the same problem as @StanleyLG. I am using python3.7 and Cython 0.29.6 on fedora workstation 30 system. > running build_ext > building 'pyexamples'...
Hi ,eh, the method is not working for me. I am using fedora 29 4.19.3-300.fc29.x86_64 and modified using kernel 4.19.4 I still get this. mt7601u 1-2:1.0: Vendor request req:07 off:09a8...
I follow the code above, the line ```python std = tf.math.reduce_std(x, axis=[1,0]) ``` gives >Exception has occurred: AttributeError >'numpy.dtype' object has no attribute 'is_complex' using vscode remote container
Also ```python radon_est = tf.gather(a, county_idx) + tf.gather( ``` >Exception has occurred: InvalidArgumentError >params must be at least 1 dimensional [Op:GatherV2] Running current pip version on Ubuntu 20.4 and Py...
So…… how to solve this problem?
@yger I only know a code to read .map file, but not tested. [read .map](https://github.com/neoanalysis/NeoAnalysis/blob/master/NeoAnalysis_Py3.5/NeoAnalysis/neo/io/alphaomegaio.py) .mpx is not found. I will try to integrate .map inside spyking-circus. Our lab is...
Thank you!Bastibe. If one can pass a function, that will be really cool.
Any news? Is there a plan to add `axis` option into numba?
Some states may not occur in every episodes, so you have to write the statement inside.
Sorry for confusing. I would like to train a sequence-to-sequence model where the RNN could first derive a series of values and they are then fed into a sequence-to-sequence neuralode...