jzhanghzau

Results 5 comments of jzhanghzau

ah, I found you did the normalization step in calculating the similarity matrix. another question is, assume I have a dataset, feature vector shape is [6, 100], label vector is...

My code looks like below, i want compute a validation metric based on entire validation dataset. so i will append every results in every batch into a list, and then...

> @jzhanghzau `self.log()` issues collective calls, so you can't just call it on "rank zero" only. If you want to do that, pass `self.log(rank_zero_only=True)`. > > Here are the relevant...

> > @jzhanghzau `self.log()` issues collective calls, so you can't just call it on "rank zero" only. If you want to do that, pass `self.log(rank_zero_only=True)`. > > Here are the...