Ouail Bendidi
Ouail Bendidi
I didn't run any graph optimization nor I have XLA enabled ( It's in my TO DO list ^^ )
@villanuevab I've also freezed the graph and got the same output as you : ``` Converted 35 variables to const ops. 194 ops in the final graph. ``` using `Validation/Validation/decoder/Softmax`...
Thanks is it possible to modify your evaluation code to fit more classes instead of writing our own completely ?
Thanks for the answer , I'll see what I can do with line 107 just to mention , there is a change that need to be done in the lines...
it seems that I'm doing something wrong , maybe I messed up the input function, I get this error when I try to train the model : `File "/home/workspace/KittiSeg/hypes/../decoder/kitti_multiloss.py", line...
thanks , it worked out, I had the head wrong There one other change that needs to be done , in the architecture script 'fcn8_vgg.py' the num_classes is hard coded...
for the evaluation code , I tried something for multiclass evaluation , it might be crude , but that's what I got working : I changed a function in [this...
@StuvX this is just a script for evaluation , it can not influence training, it's just used to check how the trained model performs on validation set in the different...
@psuff what kind of errors do you get ?
@psuff check my fork , I put my code in there , I didn't test it yet , I'll do it some time later : https://github.com/bendidi/KittiSeg