I prepared the Camvid Dataloader and started the training run, but got the following error:
Number of Convolutional layers : 103
Number of parameters : 9425163
Compilation starts at 2017-03-13 11:42:25
Traceback (most recent call last):
File "train.py", line 255, in
initiate_training(cf)
File "train.py", line 223, in initiate_training
train(cf)
File "train.py", line 108, in train
I, U, acc = theano_metrics(pred, net.target_var, n_classes, void_labels)
File "/home/ubuntu/FC-DenseNet/metrics.py", line 33, in theano_metrics
U = T.setsubtensor(U[i], T.sum(T.or(y_true_i, y_pred_i) * not_void))
UnboundLocalError: local variable 'not_void' referenced before assignment
I prepared the Camvid Dataloader and started the training run, but got the following error:
Anyhelp is appreciated. Thanks :)