Doric
Doric copied to clipboard
Doric is a column neural net and progressive neural net library built on pytorch.
Hello, I love using your library, however, I find it missing a feature that I need for my implementation. Namely, the package does not support different sizes of consecutive columns...
With Python 3.10.6 i had a problem installing Doric via pip, on the dependency "pytorch". I solved the problem downloading the .whl archive from pypi and changing the METADATA file...
Hi, when I'm running vae-cnn-two-network.py, the code will appear error Index 0 is out of range when I'm going to train the second column, and I found out the parameter...