Stefan Bloemheuvel
Stefan Bloemheuvel
When running the code from the time series forecasting demo, the following error will occur when running model.fit(): `ValueError: Layer model expects 1 input(s), but it received 2 input tensors....
Hi, Thanks for creating this package, it is wonderful! One question I have, is that I prefer to work with just local files that represent x_train, y_train etc. However, al...
Hi, First of all, thanks a lot for creating this package, it is amazing! One question i have, is how i could apply multiple styles to the dataframe. For example,...
Hello, I want to inspect your work a bit more, and I am normally using Keras for implementing models. How could I print a model summary to inspect the input...
hi, is there a way to edit the minlen? i am only interested in patterns between 2 and 5 length. (i am working in python btw) Thanks in advance, the...
Hi, Thanks for creating this awesome coding environment! One feature that I would like to be able to use is placing the Interactive Window at the bottom of the screen....
When i try to run the lstm_ae i get the following error: ``` IndexError Traceback (most recent call last) [c:\Users\sdblo\Mijn](file:///C:/Users/sdblo/Mijn) Drive\PhD\Publicaties\graph_node_autoencoder\sequitur_example.py in line 56 [31](file:///c%3A/Users/sdblo/Mijn%20Drive/PhD/Publicaties/graph_node_autoencoder/sequitur_example.py?line=30) # torch.use_deterministic_algorithms(True) [32](file:///c%3A/Users/sdblo/Mijn%20Drive/PhD/Publicaties/graph_node_autoencoder/sequitur_example.py?line=31) [33](file:///c%3A/Users/sdblo/Mijn%20Drive/PhD/Publicaties/graph_node_autoencoder/sequitur_example.py?line=32) #...