Categories
Misc

Error while running model train code

Hello everyone.

While trying to run the training code for my model, the following error happens:

Traceback (most recent call last):

File “C:UsersDiogo AlpendreOneDrive – IPLeiriaPara arrumarDocumentosGitHubT22_AD_Detectiondatasetsfstudent_datasetfstudent_dataset.py”, line 6, in <module>

import tensorflow_datasets as tfds

File “C:UsersDiogo AlpendreAppDataLocalProgramsPythonPython39libsite-packagestensorflow_datasets__init__.py”, line 64, in <module>

from tensorflow_datasets import vision_language

File “C:UsersDiogo AlpendreAppDataLocalProgramsPythonPython39libsite-packagestensorflow_datasetsvision_language__init__.py”, line 20, in <module>

from tensorflow_datasets.vision_language.wit import Wit

File “C:UsersDiogo AlpendreAppDataLocalProgramsPythonPython39libsite-packagestensorflow_datasetsvision_languagewit__init__.py”, line 18, in <module>

from tensorflow_datasets.vision_language.wit.wit import Wit

File “C:UsersDiogo AlpendreAppDataLocalProgramsPythonPython39libsite-packagestensorflow_datasetsvision_languagewitwit.py“, line 25, in <module>

csv.field_size_limit(sys.maxsize)

OverflowError: Python int too large to convert to C long

How do I fix it?

Thanks for all the help

submitted by /u/dalpendre
[visit reddit] [comments]

Leave a Reply

Your email address will not be published. Required fields are marked *