forked from WenjieDu/PyPOTS
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Wenjie Updates #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge dev into main
merge branch dev into main
Update README.md and requirement.txt
Merge `dev` into `main`
Merge `dev` into `main`
…ating shell scripts (#40) * doc: update the documentation; * doc: update the documentation;
…ule load_preprocessing;
moved the functions of parsing delta to util.py.
* doc: update the documentation; * doc: update the documentation; * refactor: preprocessing functions of specific dataset now move to module load_preprocessing; * fix: solve the problem of circular import; moved the functions of parsing delta to util.py. * refactor: don't save data into h5 files if the datasets already exit; * feat: add issue templates of bug report, feature request, and model addition;
…el, need to be inherited in model implementations; tb_file_saving_pathi is the path to save the tensorboard file, which contains the loss values recorded during training.
# Conflicts: # pypots/data/dataset_for_brits.py # pypots/data/load_preprocessing.py # pypots/data/load_specific_datasets.py # pypots/data/utils.py
…ency versions (#43) * fix: remove fixed dependency versions; * fix: lower python version from 3.11 to 3.10; * fix: lower python version from 3.11 to 3.10; * feat: add pytorch-scatter; * fix: fine with python 3.10, try to upgrade to 3.11 again; * fix: remove pyg dependencies to see if conda parsing error with python3.11 is caused by pyg; * fix: decrease python version back to 3.10;
Save training logs into tensorboard files, enable setting num_workers of DataLoader, and add typing annotations
…uld be included in val_set;
Make imputation models `val_X_intact` and `val_indicating_mask` be included in input `val_set` originally
…2012 to data.generating, delete tests/unified_data_for_test;
…ils`, and rename the workflow name from `Tests` to `CI`;
Refactor the code and correct the error path of the pip-requirement file for Daily-testing workflow
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The Boss has been busy lately.