You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running an icenet_train command, you don't pass the filename but rather the identifier for the dataset. This seems counter intuitive and I'm not entirely sure what it offers, ideally we should pass a filename. Thoughts @bnubald?
What I Did
$ icenet_train_tensorflow -nw -e 1 dataset_config.miniscule_bas_south.json local_test1 42
File "/home/jambyr/icenet2/icenet/icenet/data/dataset.py", line 77, in __init__
self._load_configuration(configuration_path)
File "/home/jambyr/icenet2/icenet/icenet/data/dataset.py", line 130, in _load_configuration
raise OSError("{} not found".format(path))
OSError: dataset_config.dataset_config.miniscule_bas_south.json.json not found
Note I'm using a dev branch so line numbers are awry, but this applies to the 0.2 release branches. We should change this and the equivalent of MergedIceNetDataSet
Will require the pipeline changing as well. Leaving here as a record for someone to address, might be worth checking for other instances of this type of behaviour.
…ly qualified dataset filenames and Dev icenet-ai#252: refactoring of existing training functionality to allow extension to use horovod for fully distributed training as a child implementation of the original tensorflow
Description
Running an
icenet_train
command, you don't pass the filename but rather the identifier for the dataset. This seems counter intuitive and I'm not entirely sure what it offers, ideally we should pass a filename. Thoughts @bnubald?What I Did
Note I'm using a dev branch so line numbers are awry, but this applies to the 0.2 release branches. We should change this and the equivalent of MergedIceNetDataSet
The text was updated successfully, but these errors were encountered: