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

Fixed requirements.txt version issues and update yaml.load() in config.py #68

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

iamFury2K
Copy link

@iamFury2K iamFury2K commented May 20, 2024

Fix version issues in requirements.txt:

  1. TensorBoard: Updated from 1.12.2 to 1.13.0.
  2. TensorFlow: Updated from 1.13.0rc2 to 1.13.1.

Update yaml.load() usage in config.py:

  1. The usage of yaml.load() has been updated to use yaml.FullLoader to avoid security risks associated with loading YAML data.

- yaml.load() need to specify loader parameter, added that to it in
config.py file
@JayJongyoul
Copy link

JayJongyoul commented May 20, 2024 via email

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.

2 participants