使用pyinstaller将源码打包成exe可执行程序 #322
wangzaichao
started this conversation in
通用 | General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用pyinstaller将源码打包成exe可执行程序出现ISAT\segment_any\sam2\modeling\sam\transformer.py:23: UserWarning: Flash Attention is disabled as it requires a GPU with Ampere (8.0) CUDA capability.
OLD_GPU, USE_FLASH_ATTN, MATH_KERNEL_ON = get_sdpa_settings()
config_file: sam2_hiera_l.yaml
Init SAM Error: Error locating target 'ISAT.segment_any.sam2.modeling.backbones.hieradet.Hiera', set env var HYDRA_FULL_ERROR=1 to see chained exception.
full_key: model.image_encoder.trunk
Init SAM2 video Error: Error locating target 'ISAT.segment_any.sam2.modeling.backbones.hieradet.Hiera', set env var HYDRA_FULL_ERROR=1 to see chained exception.
full_key: model.image_encoder.trunk
sam_tag: False sam_video_tag: False
如何解决Error locating target 'ISAT.segment_any.sam2.modeling.backbones.hieradet.Hiera', set env var HYDRA_FULL_ERROR=1 to see chained exception.问题
Beta Was this translation helpful? Give feedback.
All reactions