UT3Weights.to_t3weights#
- t3toolbox.uniform_tucker_tensor_train.UT3Weights.to_t3weights()#
def to_t3weights(self): # -> T3Weights (unstacked) or a nested tree (shaped like stack_shape) of them
Convert back to ragged form.
Unstacked: one
T3Weights. Stacked: a nested tree of them (a varying-rank stack has no single stackedT3Weights, exactly as forUniformTuckerTensorTrain.to_t3();docs/uniform_ranks_and_varieties.md).