Jump to content

Flavien

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Flavien

    GPU

    The wrong DLLs have been uninstalled from the computer so Delphi can only find the right ones and training is now performed on GPU. But if you need both DLLs, I guess you can fix it by modifying the order of the search path.
  2. Flavien

    GPU

    Thank you for your advice. Despite using the same working directory, TensorFlow is indeed loading CUDA DLLs from a different location with Python4Delphi.
  3. Flavien

    GPU

    Hi, I have a Python script that trains a TensorFlow model. Python is installed in a Conda environment. When the Python script is run from a command prompt, the model is trained on GPU. But when the script is run from Delphi PythonEngine, the model is trained on CPU instead. Would anyone has an idea why I am not able to use GPU with Python4Delphi? Thanks.
×