def lossClassifier(self,lossFun="softmaxcrossentropy",*args): if lossFun=="softmaxcrossentropy": F.softmax_cross_entropy()