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
I am currently having an issue with running pipeline_demo_06-train-model_FF_05.py. I finished the pipeline with the WLASL dataset until pipeline 5, but it is printing ValueError: Attempt to convert a value (None) with an unsupported type (<class 'NoneType'>) to a Tensor. The demo process also results in the same error. Are there any solutions to this?
The text was updated successfully, but these errors were encountered:
Frankly, I do not have a clear idea. Nevertheless, I hypothesize that the script doesn't properly open its input file. This situation can be caused by the previous script that might fail when it was saving its output or the file doesn't have expected name.
I am currently having an issue with running pipeline_demo_06-train-model_FF_05.py. I finished the pipeline with the WLASL dataset until pipeline 5, but it is printing ValueError: Attempt to convert a value (None) with an unsupported type (<class 'NoneType'>) to a Tensor. The demo process also results in the same error. Are there any solutions to this?
The text was updated successfully, but these errors were encountered: