nvcuong / variational-continual-learning

Implementation of the variational continual learning method
Apache License 2.0
187 stars 38 forks source link

Different result when running run_split.py #5

Closed rymane closed 4 years ago

rymane commented 4 years ago

When running run_split.py I get a different result from the one in your README file. I have tried several times and I get the same result each time. Do you know the reason for this?

split

nvcuong commented 4 years ago

Hi @rymane,

It could be because of the Tensorflow version. Can you make sure to run with Tensorflow 1.4.0?

Besides, for more reliable results, we should run the code several times with different random seeds and then average the curves.