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
In building for pytorch 1.12, we found the following video tests were problematic if building with ffmpeg
# I'm really not sure why test_read_partial_video is failing, but it seems
# to pass locally so maybe it is also limited by memory?
{% set tests_to_skip = tests_to_skip + " or test_read_partial_video" %}
{% set tests_to_skip = tests_to_skip + " or test_incorrect_anchors" %}
{% set tests_to_skip = tests_to_skip + " or TestVideoGPUDecoder" %}
{% set tests_to_skip = tests_to_skip + " or test_generalizedrcnn_transform_repr" %}
{% set tests_to_skip = tests_to_skip + " or TestModelsDetectionNegativeSamples" %}
{% set tests_to_skip = tests_to_skip + " or TestVideoReader" %}
{% set tests_to_skip = tests_to_skip + " or TestModelsDetectionUtils" %}
The text was updated successfully, but these errors were encountered:
Comment:
In building for pytorch 1.12, we found the following video tests were problematic if building with ffmpeg
The text was updated successfully, but these errors were encountered: