CNN_tsc icon indicating copy to clipboard operation
CNN_tsc copied to clipboard

A CNN for time-series classification

Results 2 CNN_tsc issues
Sort by recently updated
recently updated
newest added

Thanks for the nice skeleton repo @RobRomijnders :) When I run your code off-the-shelf after the tf_upgrades to TF 1.xx I hit the following error: ```python Traceback (most recent call...

When you run the tool with a dataset with a feature class missing e.g. 4 missing below ``` 1,1.13324,1351.0,6862.4800000000005,3338.6999999999994,6859.446551724133 2,1.132653246753247,1350.7333333333336,6859.446551724133,4640.164285714285,6858.642028985517 3,1.132447198697068,1351.0458970099692,6858.642028985517,4996.519021739133,6860.627397260285 0,1.1325953916004556,1350.2446681415893,6860.627397260285,4993.749596774188,6862.286111111106 5,1.13324,1351.0,6862.4800000000005,3338.6999999999994,6859.446551724133 ``` It throws: ``` InvalidArgumentError (see above...