Hi,
Could it be possible to have an example of the config file needed to visualize the predictions and exlapnations after using the eval_and_predict_inductive.py script ?
The one provided for the non inductive (config/mockdata_viz.yaml) example doesn't seem to apply.
It generates a ValueError:
File "/opt/gensoft/exe/BioPathNet/0.1/libexec/visualize.py", line 124, in
train_set, valid_set, test_set = _dataset.split()
ValueError: not enough values to unpack (expected 3, got 2)
Hi,
Could it be possible to have an example of the config file needed to visualize the predictions and exlapnations after using the eval_and_predict_inductive.py script ?
The one provided for the non inductive (config/mockdata_viz.yaml) example doesn't seem to apply.
It generates a ValueError: