Skip to content

PNN - codebook initialization #21

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

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

PNN - codebook initialization #21

wants to merge 1 commit into from

Conversation

karlosos
Copy link
Owner

@karlosos karlosos commented Dec 16, 2020

Goals

  • implement pnn function in vector_quantization/codebooks.py
  • write unit test in tests/test_codebooks.py
  • check if PSNR is greater for PNN in comparison to random initialization (main section in codebooks.py)
  • review documentation section on PNN with your new knowledge

References

Development

If you have problem with running vector_quantization\codebooks.py as a single script, with python vector_quantization\codebooks.py then do pip install -e . in root directory (where is setup.py). If you work in pycharm then it won't be a problem for you.

@karlosos karlosos changed the title 🚧 prepare env for PNN implementation PNN - codebook initialization Dec 16, 2020
@karlosos karlosos added the enhancement New feature or request label Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants