Skip to content

Refactor/semanticnaming #45

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 4 commits into
base: dev
Choose a base branch
from
Open

Refactor/semanticnaming #45

wants to merge 4 commits into from

Conversation

Ataraxist
Copy link
Contributor

This branch was made to rename all existing project files to give them more semantic meaning in the file names. The only changes to the code were to make sure import/export statements work.

The selected naming convention uses the following prefixes for files:
image
"batch" for files explicitly called in the batching process
"log" for files explicitly used in the log generation steps
"oneOff" for files explicitly used in the one off embedding process
"scalar" for files explicitly used in the generation of scalar metrics
"shared" for the one file that is used in both the one off and batched workflow.

…a critical flaw in the existing code for the training pipeline.
…ain folder as it is not a utility involved in batched or one off embeddings. Updated package.json to remove unused dependencies.

Fiddled with some console log art
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.

1 participant