KittiSeg
                                
                                
                                
                                    KittiSeg copied to clipboard
                            
                            
                            
                        Train and save model without dropout layers
Is there a way to adjust the architecture of the model in a way that after training can be saved without the dropout layers? After saving it to protobuf format it is nearly impossible to remove and adjust the layers, even optimize_for_inference or transform_graph scripts cannot remove them. It is a common problem.