Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added requirements for engage examples and corrected paths in chatGPT_example. #39

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

oliver93mk
Copy link
Collaborator

Adding requirements and correcting the paths resolves issues in 3/4 engage examples.
example_Generative_Engage.py still has issues with CUDA.

Copy link
Collaborator

@kamarianakis kamarianakis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing on a intel-based Mac:

  • Example chatGPT: works, but I am not sure how to properly test the chat. If you do @oliver93mk, tell me and I will write it down in a Information GUI, for all to know.
  • Example scene shape classification: works, but I will add an information GUI, to describe what it does, as well as print the results in the GUI (currently they are only shown at the terminal)
  • Example generative Engage : returns a 27210 segmentation fault as soon as it is run.
  • Example Link Prediction: returns a 27429 segmentation fault as soon as it is run.

@oliver93mk
Copy link
Collaborator Author

For Example chatGPT users need to insert their openAI key in the chatGPT.py file. In this case, chatGPT acts like an authoring tool with text, you can ask it to move objects around.

Example Link Prediction: works fine on windows. It simply trains different types of Auto Encoders

@kamarianakis
Copy link
Collaborator

@aprotopsaltis Please check

Copy link
Collaborator

@aprotopsaltis aprotopsaltis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • OpenAI API Key was entered in ChatGPT.py
  • Scene generates ok
  • When entering a command to "move the cauterizer exactly on top of the table" (as in the commented description) the system becomes unresponsive
  • OpenAI reports that the API Key was used successfully

@kamarianakis
Copy link
Collaborator

  • OpenAI API Key was entered in ChatGPT.py
  • Scene generates ok
  • When entering a command to "move the cauterizer exactly on top of the table" (as in the commented description) the system becomes unresponsive
  • OpenAI reports that the API Key was used successfully

Same here (same intel-based mac)

@papagiannakis
Copy link
Owner

there is no way we ask users to enter their chatGPT key. Check pyEEL 2.8 example:
openai.api_key = os.getenv("OPENAI_API_KEY")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants