Pattio/DeepSwarm

1D Option?

collinskatie opened this issue · 1 comments

Hi, thanks for your awesome tool! It would be great if there were an option to train models for sequences or 1d inputs - will there be a future version with 1D CNN layer options? Thanks!

Hi, thank you for the feedback, as I'm very busy at the moment I can't really promise anything, but I will add it as a feature request 👍 It seems that it shouldn't be too difficult to add 1D layers i.e. you just need to go to backends.py file and inside create_layer method define your 1D layers, after that they should be accessible in your settings .yaml file. However, in order to mix 1D and 2D layers some extra work should be done.