Open sverhoeven opened 3 years ago
I tried to run notebooks/TS_dataset_generation_benchmarking1.ipynb notebook However when calling cell
notebooks/TS_dataset_generation_benchmarking1.ipynb
num_classes = y_train_binary.shape[1] models = modelgen.generate_models(np.swapaxes(X_train,1,2).shape, number_of_classes=num_classes, number_of_models = 12)
(expand to see full stacktrace)
I installed mcfly==3.1.0 with pip.
mcfly==3.1.0
Issue migrated to sequgen/sequgen#26
I tried to run
notebooks/TS_dataset_generation_benchmarking1.ipynb
notebook However when calling cellI got an `NotImplementedError: Cannot convert a symbolic Tensor (lstm/strided_slice:0) to a numpy array. This error may indicate that you're trying to pass a Tensor to a NumPy call, which is not supported`
``` --------------------------------------------------------------------------- NotImplementedError Traceback (most recent call last)(expand to see full stacktrace)
I installed
mcfly==3.1.0
with pip.