ProgressiveNeuralNetworks.pytorch icon indicating copy to clipboard operation
ProgressiveNeuralNetworks.pytorch copied to clipboard

Implementation of [Progressive Neural Networks](https://arxiv.org/abs/1606.04671) using Pytorch Framework

Results 3 ProgressiveNeuralNetworks.pytorch issues
Sort by recently updated
recently updated
newest added

In the `new_task` method of the PNN class, you create a new list of structures without copying the previous parameters. This leads to the network being trained from scratch for...

For the research purpose, I run your code by dockerizing it and also change something for the pytorch version problem.