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
This error happens when a selected_concept is passed to Clarifai which does not get found in the stimuli
File "/home/zorro/anaconda3/envs/pliers/lib/python3.12/site-packages/pliers/extractors/base.py", line 19, in transform
result = super().transform(stim, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/zorro/anaconda3/envs/pliers/lib/python3.12/site-packages/pliers/transformers/base.py", line 56, in wrapper
result = transform(self, stim, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/zorro/anaconda3/envs/pliers/lib/python3.12/site-packages/pliers/transformers/base.py", line 105, in transform
iters = self._iterate(stims, validation=validation, *args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/zorro/anaconda3/envs/pliers/lib/python3.12/site-packages/pliers/transformers/base.py", line 259, in _iterate
result = batch_results[target_inds[key]]
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
This error happens when a
selected_concept
is passed to Clarifai which does not get found in the stimuliThe text was updated successfully, but these errors were encountered: