yetarnished commited on
Commit
7e081ec
·
verified ·
1 Parent(s): 79f0ee1

Create error.txt

Browse files
Files changed (1) hide show
  1. error.txt +82 -0
error.txt ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (venv) PS C:\Users\larry\Desktop\python\grounded> python app.py
2
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\timm\models\layers\__init__.py:48: FutureWarning: Importing from timm.models.layers is deprecated, please import via timm.layers
3
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
4
+ C:\Users\larry\Desktop\python\grounded\GroundingDINO\groundingdino\models\GroundingDINO\ms_deform_attn.py:31: UserWarning: Failed to load custom C++ ops. Running on CPU mode Only!
5
+ warnings.warn("Failed to load custom C++ ops. Running on CPU mode Only!")
6
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\torch\functional.py:504: UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the indexing argument. (Triggered internally at ..\aten\src\ATen\native\TensorShape.cpp:3527.)
7
+ return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined]
8
+ final text_encoder_type: bert-base-uncased
9
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\gradio\utils.py:1028: UserWarning: Expected 1 arguments for function <function <lambda> at 0x0000016538A20DC0>, received 0.
10
+ warnings.warn(
11
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\gradio\utils.py:1032: UserWarning: Expected at least 1 arguments for function <function <lambda> at 0x0000016538A20DC0>, received 0.
12
+ warnings.warn(
13
+ * Running on local URL: http://0.0.0.0:7860
14
+ * To create a public link, set `share=True` in `launch()`.
15
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\transformers\modeling_utils.py:1614: FutureWarning: The `device` argument is deprecated and will be removed in v5 of Transformers.
16
+ warnings.warn(
17
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\torch\utils\checkpoint.py:429: UserWarning: torch.utils.checkpoint: please pass in use_reentrant=True or use_reentrant=False explicitly. The default value of use_reentrant will be updated to be False in the future. To maintain current behavior, pass use_reentrant=True. It is recommended that you use use_reentrant=False. Refer to docs for more details on the differences between the two variants.
18
+ warnings.warn(
19
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\torch\utils\checkpoint.py:61: UserWarning: None of the inputs have requires_grad=True. Gradients will be None
20
+ warnings.warn(
21
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\transformers\modeling_utils.py:1614: FutureWarning: The `device` argument is deprecated and will be removed in v5 of Transformers.
22
+ warnings.warn(
23
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\torch\utils\checkpoint.py:429: UserWarning: torch.utils.checkpoint: please pass in use_reentrant=True or use_reentrant=False explicitly. The default value of use_reentrant will be updated to be False in the future. To maintain current behavior, pass use_reentrant=True. It is recommended that you use use_reentrant=False. Refer to docs for more details on the differences between the two variants.
24
+ warnings.warn(
25
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\torch\utils\checkpoint.py:61: UserWarning: None of the inputs have requires_grad=True. Gradients will be None
26
+ warnings.warn(
27
+ Traceback (most recent call last):
28
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\gradio\queueing.py", line 625, in process_events
29
+ response = await route_utils.call_process_api(
30
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\gradio\route_utils.py", line 322, in call_process_api
31
+ output = await app.get_blocks().process_api(
32
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\gradio\blocks.py", line 2220, in process_api
33
+ result = await self.call_function(
34
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\gradio\blocks.py", line 1731, in call_function
35
+ prediction = await anyio.to_thread.run_sync( # type: ignore
36
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
37
+ return await get_async_backend().run_sync_in_worker_thread(
38
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 2470, in run_sync_in_worker_thread
39
+ return await future
40
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 967, in run
41
+ result = context.run(func, *args)
42
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\gradio\utils.py", line 894, in wrapper
43
+ response = f(*args, **kwargs)
44
+ File "C:\Users\larry\Desktop\python\grounded\app.py", line 99, in segment
45
+ vis[tint]=vis[tint]*0.4 + GREEN*0.6 # safer numeric ops
46
+ ValueError: operands could not be broadcast together with shapes (1809348,) (3,)
47
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\gradio\helpers.py:1015: UserWarning: Unexpected argument. Filling with None.
48
+ warnings.warn("Unexpected argument. Filling with None.")
49
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\transformers\modeling_utils.py:1614: FutureWarning: The `device` argument is deprecated and will be removed in v5 of Transformers.
50
+ warnings.warn(
51
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\torch\utils\checkpoint.py:429: UserWarning: torch.utils.checkpoint: please pass in use_reentrant=True or use_reentrant=False explicitly. The default value of use_reentrant will be updated to be False in the future. To maintain current behavior, pass use_reentrant=True. It is recommended that you use use_reentrant=False. Refer to docs for more details on the differences between the two variants.
52
+ warnings.warn(
53
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\torch\utils\checkpoint.py:61: UserWarning: None of the inputs have requires_grad=True. Gradients will be None
54
+ warnings.warn(
55
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\transformers\modeling_utils.py:1614: FutureWarning: The `device` argument is deprecated and will be removed in v5 of Transformers.
56
+ warnings.warn(
57
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\torch\utils\checkpoint.py:429: UserWarning: torch.utils.checkpoint: please pass in use_reentrant=True or use_reentrant=False explicitly. The default value of use_reentrant will be updated to be False in the future. To maintain current behavior, pass use_reentrant=True. It is recommended that you use use_reentrant=False. Refer to docs for more details on the differences between the two variants.
58
+ warnings.warn(
59
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\torch\utils\checkpoint.py:61: UserWarning: None of the inputs have requires_grad=True. Gradients will be None
60
+ warnings.warn(
61
+ Traceback (most recent call last):
62
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\gradio\queueing.py", line 625, in process_events
63
+ response = await route_utils.call_process_api(
64
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\gradio\route_utils.py", line 322, in call_process_api
65
+ output = await app.get_blocks().process_api(
66
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\gradio\blocks.py", line 2220, in process_api
67
+ result = await self.call_function(
68
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\gradio\blocks.py", line 1731, in call_function
69
+ prediction = await anyio.to_thread.run_sync( # type: ignore
70
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
71
+ return await get_async_backend().run_sync_in_worker_thread(
72
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 2470, in run_sync_in_worker_thread
73
+ return await future
74
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\anyio\_backends\_asyncio.py", line 967, in run
75
+ result = context.run(func, *args)
76
+ File "C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\gradio\utils.py", line 894, in wrapper
77
+ response = f(*args, **kwargs)
78
+ File "C:\Users\larry\Desktop\python\grounded\app.py", line 99, in segment
79
+ vis[tint]=vis[tint]*0.4 + GREEN*0.6 # safer numeric ops
80
+ ValueError: operands could not be broadcast together with shapes (1809348,) (3,)
81
+ C:\Users\larry\Desktop\python\grounded\venv\lib\site-packages\gradio\helpers.py:1015: UserWarning: Unexpected argument. Filling with None.
82
+ warnings.warn("Unexpected argument. Filling with None.")