mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 12:10:09 +01:00
fix
This commit is contained in:
@@ -197,7 +197,9 @@ class Pipeline(ABC):
|
||||
|
||||
# simple showcase, need to support iterator type for both tensorflow and pytorch
|
||||
# input_dict = self._handle_input(input)
|
||||
|
||||
print('__call__')
|
||||
print(input)
|
||||
print(kwargs)
|
||||
# sanitize the parameters
|
||||
batch_size = kwargs.pop('batch_size', None)
|
||||
preprocess_params, forward_params, postprocess_params = self._sanitize_parameters(
|
||||
|
||||
Reference in New Issue
Block a user