Skip to content

Commit

Permalink
Merge pull request AIStream-Peelout#550 from AIStream-Peelout/infer_e…
Browse files Browse the repository at this point in the history
…rrors

Infer errors
  • Loading branch information
isaacmg authored Jun 8, 2022
2 parents 95cf829 + 6e1f8d8 commit 3a0e723
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ tests/output/
data
mypy
.mypy_cache
*.png
*.png
*sv
4 changes: 2 additions & 2 deletions flood_forecast/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,13 +336,13 @@ def handle_ci_multi(prediction_samples: torch.Tensor, csv_test_loader: CSVTestLo
:type csv_test_loader: CSVTestLoader
:param multi_params: [description]
:type multi_params: int
:param df_pred: The pandas data-frame of the returned prediction
:param df_pred: The pandas dataframe of the returned prediction
:type df_pred: [type]
:param decoder_param: [description]
:type decoder_param: bool
:param history_length: [description]
:type history_length: int
:param num_samples: [description]
:param num_samples: The number of samples to generate (i.e. larger ci)
:type num_samples: int
:raises ValueError: [description]
:raises ValueError: [description]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tb-nightly
seaborn
future
h5py
wandb==0.12.16
wandb==0.12.17
google-cloud
google-cloud-storage
plotly~=5.7.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='flood_forecast',
version='0.9988dev',
version='0.99988dev',
packages=[
'flood_forecast',
'flood_forecast.transformer_xl',
Expand Down

0 comments on commit 3a0e723

Please sign in to comment.