I have read the difference between onehot and onehot0 on several blogs but I am not sure how they differ because onehot() is only 1 bit out of n bits should be one at any given time which means the rest of the bits are 0. And onehot0() says atmost 1 bit should be high with all remaining values 0.
Please correct me if my understanding is wrong. I’m unable to spot the difference.