TypeError: Object of type ‘Tensor‘ is not JSON serializable

TypeError: Object of type ‘Tensor‘ is not JSON serializable

tensor的数据类型,json不支持保存,1、将tensor转为numpy:

clip_soft_to_.detach().numpy()

2、再转为float()

 

你可能感兴趣的:(python杂记,json)