galactica147
galactica147
not much was printed out: ``` ... 4d7c36fb4b7009d4a90fc5b6ba4609c7 had been done b18322effc76a3327506ba9936535d99 had been done end preprocessing Illegal instruction ``` in config_submit.py: ``` 'detector_model':'net_detector', 'detector_param':'./model/detector.ckpt', 'classifier_model':'net_classifier', 'classifier_param':'./model/classifier.ckpt', 'n_gpu':1, 'n_worker_preprocessing':None, 'use_exsiting_preprocessing':True,...
anyone found the definition of self.back2()?
thanks for the information! On a different note, how do I submit a training job to a GPU queue? Is there anything I should change in the following command: in...
have you guys figured out how to call `src/deep/unet/unet_trainer.py config/unet_splits/split01.ini`?? 1. UNetTrainer.init() doesn't take a config path as a parameter so far. 2. The train() method in unet_trainer.py takes parameters...
looking at scripts/split01.sh, the training command should really be something like: `python train.py ../../config/titan_x_default.ini ../../config/split01.ini` although this seems to be in conflict with hard-coded line in params.py: `params = Params(['../../config/default.ini']+sys.argv[1:])`...
that'd be great @gzuidhof! Thanks and look forward to that