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

Fix the bug of tensors not on the same device when running on CUDA device #59

Merged
merged 10 commits into from
Apr 19, 2023

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    dceebe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cd0fa5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    4685884 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a22fd8 View commit details
    Browse the repository at this point in the history
  3. fix: apply _assemble_input_for_testing in SAITS and Transformer's imp…

    …ute() to map data to the proper device;
    WenjieDu committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    108d297 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5355e30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    928d4f6 View commit details
    Browse the repository at this point in the history
  6. feat: add arg verbose to enhance execute_command() in pypots-cli an…

    …d delete pytest cache files finally in dev;
    WenjieDu committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    75e4ee0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    707f094 View commit details
    Browse the repository at this point in the history
  8. Update documentation configurations and add readthedocs.yml for proce…

    …ssing control (#60)
    
    * doc: update the documentation configs and doc itself;
    
    * fix: fix `ModuleNotFoundError: No module named 'pypots'` and avoid PEP 402 simultaneously;
    
    * feat: add readthedocs config file;
    
    * refactor: delete docs/requirements.txt;
    
    * fix: disable fail_on_warning;
    WenjieDu committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    6e30021 View commit details
    Browse the repository at this point in the history