Profile Pretrained Model

Returns the latency, RAM and ROM used for the pretrained model - upload first via `uploadPretrainedModel`. This is using the project's selected latency device. Updates are streamed over the websocket

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/{projectId}/pretrained-model/profile \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?