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
when i train, i get:
w, h = self.font.getsize(label) # text width, height
^^^^^^^^^^^^^^^^^
AttributeError: 'FreeTypeFont' object has no attribute 'getsize'
and:
w, h = self.font.getsize(label) # text width, height
^^^^^^^^^^^^^^^^^
AttributeError: 'FreeTypeFont' object has no attribute 'getsize'
and:
OSError: [WinError 1455] The paging file is too small for this operation to complete. Error loading "C:\Users\adham\AppData\Local\Programs\Python\Python312\Lib\site-packages\torch\lib\torch_python.dll" or one of its dependencies.
WHAT SHOULD I DO?
The text was updated successfully, but these errors were encountered:
when i train, i get:
w, h = self.font.getsize(label) # text width, height
^^^^^^^^^^^^^^^^^
AttributeError: 'FreeTypeFont' object has no attribute 'getsize'
and:
w, h = self.font.getsize(label) # text width, height
^^^^^^^^^^^^^^^^^
AttributeError: 'FreeTypeFont' object has no attribute 'getsize'
and:
OSError: [WinError 1455] The paging file is too small for this operation to complete. Error loading "C:\Users\adham\AppData\Local\Programs\Python\Python312\Lib\site-packages\torch\lib\torch_python.dll" or one of its dependencies.
WHAT SHOULD I DO?
The text was updated successfully, but these errors were encountered: