How to use physical-intelligence/fast with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("physical-intelligence/fast", dtype="auto")
When the dimensions of the action trunk are fixed, such as (batch_size, seq_len, action_dim), are the dimensions of the embeddings after fast+ encoding are fixed?
· Sign up or log in to comment