DSGT-DLP / Deep-Learning-Playground

Web Application where people new to Deep Learning can input a dataset and toy around with basic Pytorch modules without writing any code
MIT License
25 stars 8 forks source link

Sequential Containers and Support for Multiple I/O in DL Models #209

Open samarth52 opened 2 years ago

samarth52 commented 2 years ago

Describe the solution you'd like Add the ability for users to group layers to form Sequential Containers, and also add support for Branching and Sharing, where we can have multiple inputs and/or outputs to our DL model.

Additional context image

samarth52 commented 2 years ago

This would be helpful in issues like a problem classifying a particular song into a genre. The model can take in two inputs, the audio itself and some metadata (like the artist, bpm, etc.), and give a single output which is the genre