Dashi-1997

Results 8 issues of Dashi-1997

Hello, what do '--ema','--supervised' mean in convert.py?

hello, after we train the siamese and triplet network embeddings, how should we use it to classify?

Hello, does the supervised comparison model you provided here use the same data enhancement method(random crop (with resize and random flip), random color distortion, and random Gaussian blur)? ![image](https://user-images.githubusercontent.com/64891953/105499343-4b504d80-5cfc-11eb-85c4-44b959da6368.png)

Hello, can you explain what do the following codes mean? if self.causal > 0: self.conv.conv.weight_v.data[:, :, -1, self.causal:].zero_()

Hello, could you please provide the way of converting the pretrained SimCLRv2 Tensorflow checkpoints into keras ones?

Hello, would you please provide the original training code?

Hello, Can your code implement conditional sampling?