View in #questions-forum on Slack
@Akash: Hi All, Is there any working model/example of Continual Learning in Keras/TensorFlow? I could only find Pytorch examples
@andcos: Many CL strategies are also implemented in Tensorflow. If you search on Github and specify tensorflow you should get results (e.g. ewc tensorflow
returns lots of repositories).
@Akash: Thanks!