Neha Reddy Sangala

Results 7 comments of Neha Reddy Sangala

Yes it’s for the algorithms in pyts. I am using this module for a different purpose and was wondering if I could use it to generate different width and height...

How can I directly input the first value as 32 and second value as 39 i.e., (ceil(p * length), ceil(p * length)) = (32,39) On Thu, Mar 5, 2020 at...

I am using the pyts module not specifically for this project. What I trying to do is take an array, say [ 1 2 3 4 5 6 ] and...

As of now , if my array length is 1225, I am giving my input as size = 35 (expecting GramianAngularField takes my image size as 35*35) gasf = GramianAngularField(image_size...

Is it not that, this entire module is to convert a time series to a matrix (image esentially)?

Any way that I could get a rectangular image? On Thu, Mar 5, 2020 at 10:21 AM Johann Faouzi wrote: > Yes, and the image will always be a square...

Please do also check the classes_num variable on line 40 and change it your needs. This may throw the error you mentioned as well.