In order to run 'CIFAR10 Alternating' I needed to comment out 'get_image_data_to_plot' in train_alternating_simsiam.py > Please check commit: 852cd2b1bbb278a4b5deeb9867927248aad3f4f5
SimSiam CIFAR10 results get reproduced with the Pretraining and Finetuning scripts :D
The changes to get reproducible CIFAR10 results are currently not integrated into the alternating script. I use another model that is not yet adapted to run it in an alternating manner.
I integrated NEPS ('Danny's new BOHB')
NPES currently requires Python 3.7 (so I needed to adapt the code for it)
The code urgently needs some cleaning/refactoring! I will do this on a separate branch.
Hi Fábio,
I merged my branch with the Master and I have successfully run the following tests:
CIFAR10 Pretraining
CIFAR10 Finetuning
ImageNet Pretraining
ImageNet Finetuning
CIFAR10 Alternating
ImageNet Alternating
Notes:
Warm regards
Diane