mix-bt / ssl-sota /tf2 /README.md
wgcban's picture
Upload 98 files
803ef9e
|
raw
history blame
No virus
386 Bytes

w_mse_loss() from whitening.py is W-MSE loss implementation for TensorFlow 2,
it can be used with other popular implementations, e.g. SimCLRv2.

Method uses global flags mechanism as in SimCLRv2:

  • FLAGS.num_samples - number of samples (d) generated from each image
  • FLAGS.train_batch_size
  • FLAGS.proj_out_dim