what version of pytorch or rastervision #2104
georgeper2001
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in my script i have the following: "model = ObjectDetectionModelConfig(external_def=ExternalModuleConfig("
and the following: "backend = PyTorchObjectDetectionConfig(
model=model,"
i get the error: "pydantic.error_wrappers.ValidationError: 1 validation error for PyTorchObjectDetectionConfig
model
external_def is currently not supported for Object Detection. (type=value_error.config)"
was wondering what version of rastervision or pytorch has external_def as a parameter for model for PyTorchObjectDetectionConfig?
Beta Was this translation helpful? Give feedback.
All reactions