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

[timeseries] Fix timeseries tutorial on Colab #3522

Merged
merged 1 commit into from Sep 13, 2023

Conversation

shchur
Copy link
Collaborator

@shchur shchur commented Sep 13, 2023

Description of changes:

  • Currently time series tutorials fail on Colab because of an incompatible version of torchaudio pre-installed in the Colab Python environment (Colab expects torch 2.0 while autogluon v0.8.2 installs torch 1.13, which breaks torchaudio). This PR uninstalls torchaudio to fix this problem.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@shchur shchur requested a review from gidler September 13, 2023 08:57
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@github-actions
Copy link

Job PR-3522-b480ab0 is done.
Docs are uploaded to http://autogluon-staging.s3-website-us-west-2.amazonaws.com/PR-3522/b480ab0/index.html

@shchur shchur merged commit 97a9652 into autogluon:master Sep 13, 2023
28 checks passed
ddelange added a commit to ddelange/autogluon that referenced this pull request Sep 18, 2023
* 'master' of https://github.com/awslabs/autogluon:
  [Lightning] Update lightning import (autogluon#3526)
  [Feature] [Tabular] Integrating Bench and Dashboard in CI (autogluon#3527)
  [timeseries] Automatically remove short time series from training data (autogluon#3469)
  [timeseries] Fix timeseries tutorial on Colab (autogluon#3522)
  [AutoMM] Support torch.compile() (autogluon#3520)
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.

None yet

2 participants