You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the gender argument is not really static but depends on the input data.
To update it you would need to create a new Feature object for each new database, which is not what we want for ONNX models, or you could update the process_func_args, which is ok, but they are hidden under interface.process.process_func_args.
So maybe we update the documentation by showing an example how to update them?
The text was updated successfully, but these errors were encountered:
hagenw
changed the title
Updating feature extractor for handling special arg idx complicated
Updating feature extractor for handling special arg idx is complicated
Oct 24, 2022
As shown in the docs, we can handle models that have different heads for different sexes, e.g.
The problem is that the
gender
argument is not really static but depends on the input data.To update it you would need to create a new
Feature
object for each new database, which is not what we want for ONNX models, or you could update theprocess_func_args
, which is ok, but they are hidden underinterface.process.process_func_args
.So maybe we update the documentation by showing an example how to update them?
The text was updated successfully, but these errors were encountered: