Menu

📰
0

Reddit - Please wait for verification

Python·/u/sc0v0ne·2 days ago
#BEX3QNZa
Reading 0:00
15s threshold

I can't share the code because it was a company-wide error. The problem was that while running a Docker container within the Google Cloud platform using their tool called Google Vertex Jobs, I encountered the following error: "Free: Invalid Pointer". Inside this container, a Python script runs containing the model training I do using TensorFlow, and I also connect to the database using SQLAlchemy. However, I encountered this error where the script stopped executing the rest of the code. Okay, up to this point it's confusing because it didn't generate a Python exception. I analyzed the executions, even within the SQLAlchemy functions, and when I removed the code, the script worked normally without this problem. The alternative I found was to add the SQLAlchemy executions to a parallel process, separate from the model training execution structure. This allowed me to run the script without problems. Has anyone else experienced this issue? Or can you recommend an alternative?…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More