problem using updated (for validation) github repository #92
dskhanirfan
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Have you re-installed the environment from setup? I don't recollect having seen this error before; do you have any idea, @psfoley @alexey-gruzdev ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I ran my experiments on the github repository before it was updated specially Challenge/Task_1/fets_challenge/experiment.py but now when I try to run the experiments I get the following error
File "Challenge/Task_1/fets_challenge/experiment.py", line 473, in run_challenge_experiment binary_dice_wt = get_metric('binary_DICE_WT', round_num, aggregator.tensor_db) File "Challenge/Task_1/fets_challenge/experiment.py", line 224, in get_metric return float(tensor_db.tensor_db.query("tensor_name == @metric_name and round == @fl_round and tags == @target_tags").nparray) File "/appl/soft/bio/bioconda/miniconda3/lib/python3.7/site-packages/pandas/core/series.py", line 129, in wrapper raise TypeError(f"cannot convert the series to {converter}") TypeError: cannot convert the series to <class 'float'>Beta Was this translation helpful? Give feedback.
All reactions