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

Run model-training from scratch - improvement #53

Open
dominikmn opened this issue Apr 13, 2021 · 0 comments
Open

Run model-training from scratch - improvement #53

dominikmn opened this issue Apr 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@dominikmn
Copy link
Owner

dominikmn commented Apr 13, 2021

Current state

Currently, our model train scripts run into an error if executed from scratch.

Reason: Line 74 in utils/loading.py silently assumes the file ann_{test,train,val}.csv to be present on the disk and fails if it is not found. The file would only be present, if the user manually triggers utils/rain_test_val_split.py in advance.

Desired state

The function load_extended_posts() automatically triggers train_test_val_split.py if the required csv files are not found. Hence, a user can run the model training from scratch.

@dominikmn dominikmn added the enhancement New feature or request label Apr 13, 2021
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

No branches or pull requests

1 participant