Skip to content

Commit

Permalink
read the docs hot fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacmg committed Oct 8, 2024
1 parent ad5ef19 commit 8db6916
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
32 changes: 23 additions & 9 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
sphinx
sphinx-rtd-theme
sphinx-autodoc-typehints
shap==0.46.0
scikit-learn>=1.0.1
pandas
numpy
torch
matplotlib
plotly
tb-nightly
seaborn
future
h5py
wandb==0.17.2
google-cloud
google-cloud-storage
scikit-learn
wandb
shap
plotly~=5.24.0
pytz>=2022.1
setuptools~=69.5.1
numpy==1.26
requests
torchvision>=0.6.0
mpld3>=0.5
numba>=0.50
sphinx
sphinx-rtd-theme
sphinx-autodoc-typehints
sphinx
einops
pytorch-tsmixer
einsum
jaxtyping
1 change: 1 addition & 0 deletions flood_forecast/preprocessing/pytorch_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def __init__(
):
"""
A data loader that takes a CSV file and properly batches for use in training/eval a PyTorch model
:param file_path: The path to the CSV file you wish to use (GCS compatible) or a Pandas dataframe.
:param forecast_history: This is the length of the historical time series data you wish to
utilize for forecasting
Expand Down
2 changes: 1 addition & 1 deletion flood_forecast/transformer_xl/cross_former.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def forward(self, x):


class Encoder(nn.Module):
"""The Encoder of Crossformer."""
"""The Encoder of Crossformer model."""

def __init__(
self,
Expand Down

0 comments on commit 8db6916

Please sign in to comment.