Starting new issue, as I'm trying to train now! But I need some guidance.
Having troubles with the pretrain step. I left the default options from your example ML_CONFIG.yaml file. And got an error about the channel stats file:
No such file or directory: '/home/jupyter/deepsentinel/data/channel_stats/MIsland_v1_junk.json'
Is this not generated?
So I tried removing pretraining step by keeping pretrain: blank in ML_CONFIG.yaml but still got an error
No such file or directory: '/home/jupyter/deepsentinel/experiments/sacred/4/pretrained_model.pth'
What should I be doing to either use or not use a pretrained model?
Starting new issue, as I'm trying to train now! But I need some guidance.
Having troubles with the pretrain step. I left the default options from your example ML_CONFIG.yaml file. And got an error about the channel stats file:
No such file or directory: '/home/jupyter/deepsentinel/data/channel_stats/MIsland_v1_junk.json'
Is this not generated?
So I tried removing pretraining step by keeping
pretrain:blank in ML_CONFIG.yaml but still got an errorNo such file or directory: '/home/jupyter/deepsentinel/experiments/sacred/4/pretrained_model.pth'
What should I be doing to either use or not use a pretrained model?