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?
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?