Skip to content

Models should only accept tensors #13

@isaacrob

Description

@isaacrob

Right now, the pytorch models can accept either bytes of compressed images, or tensors. but we only provide bytes in the context of serving the API. we should move the conversion logic outside of the model into the Ray wrappers to make it more clear what's going on when we do a forward pass against the network.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions