Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ InvalidImageError
Class
InvalidImageError
python/deeplake/integrations/mm/exceptions.py:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
15
class
InvalidImageError(Exception):
16
def
__init__(self, column_name, ex):
17
msg = f
"Error on {column_name} data getting: {str(ex)}"
18
super().__init__(msg)
19
20
21
class
InvalidSegmentError(Exception):
Callers
1
transform
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected