**Describe the request** It would be nice to also make Net2Vis available for pytorch users. **How can it be tackled?** We can likely implement something similar to the keras translate with `model.state_dict()`.
Describe the request
It would be nice to also make Net2Vis available for pytorch users.
How can it be tackled?
We can likely implement something similar to the keras translate with
model.state_dict().