i want to convert a float tensor (b_labels) to long. i used .long() when calling model() and it converted. but the for example the b_labels of 0.6670 converted to 0. all of