https://github.com/google-research/simclr/blob/2fc637bdd6a723130db91b377ac15151e01e4fc2/tf2/model.py#L172-L178 https://github.com/google-research/simclr/blob/2fc637bdd6a723130db91b377ac15151e01e4fc2/tf2/model.py#L143-L146 You said, "for the middle layers, use bias and relu for the output." But as settings here, there will be no bias in the middle layers.
simclr/tf2/model.py
Lines 172 to 178 in 2fc637b
simclr/tf2/model.py
Lines 143 to 146 in 2fc637b
You said, "for the middle layers, use bias and relu for the output." But as settings here, there will be no bias in the middle layers.