Update preprocess_v2.py

add comment
This commit is contained in:
AK
2023-07-22 01:30:32 +08:00
committed by GitHub
parent 2006097768
commit 46d68bcf8e
+1 -1
View File
@@ -2,7 +2,7 @@ import os
import argparse import argparse
import json import json
import sys import sys
sys.setrecursionlimit(500000) # fix the error message of RecursionError: maximum recursion depth exceeded while calling a Python object sys.setrecursionlimit(500000) # Fix the error message of RecursionError: maximum recursion depth exceeded while calling a Python object. You can change the number as you want.
if __name__ == "__main__": if __name__ == "__main__":
parser = argparse.ArgumentParser() parser = argparse.ArgumentParser()