Ahmadzei's picture
update 1
57bdca5
raw
history blame
374 Bytes
You can find the patch_size - or resolution - of the model in its configuration.
inference
Inference is the process of evaluating a model on new data after training is complete. See the Pipeline for inference tutorial to learn how to perform inference with 🤗 Transformers.
input IDs
The input ids are often the only required parameters to be passed to the model as input.