neural-backed-decision-trees icon indicating copy to clipboard operation
neural-backed-decision-trees copied to clipboard

Making decision trees competitive with neural networks on CIFAR10, CIFAR100, TinyImagenet200, Imagenet

Results 17 neural-backed-decision-trees issues
Sort by recently updated
recently updated
newest added

Can you answer how Zero-Shot Superclass Generalization is calculated?

Hi, Great project and article, congratulations. I'm wondering if, once the training is finished, the final NBDT can be fully exported as a JIT file? It seems that everything is...

I mean apply NBDT with soft loss.., you know the inner node weight can't be update with the soft loss in binary classfication due to the special inner probability computing...

Hi, I'm trying to use gen_train_eval_nopretrained.sh to train with a new dataset I implemented. However, in main.py there is this line of code tree = Tree.create_from_args(args, classes=trainset.classes) the error I...

Can I find documentation somewhere? I've foudn the [colab notebook ](https://colab.research.google.com/github/alvinwan/neural-backed-decision-trees/blob/master/examples/load_pretrained_nbdts.ipynb#scrollTo=2ixOlZRnOnkx ) useful for the single prediction, but I can't get the different labels of a forward with decision tree.

Can it run under Windows system, and how?

Is there any example for a regression problem?

when run command 'nbdt-hierarchy' in ubuntu 18.04 **nbdt-hierarchy --checkpoint=wrn28_10_cifar10 --dataset=CIFAR10 nbdt-hierarchy --vis-sublabels --vis-zoom=1.25 --dataset=CIFAR10 --arch=wrn28_10_cifar10** Here is ModuleNotFoundError: No module named 'nbdt.thirdparty', I wonder what happened

it has different outputs when I input the same picture into the model which is trained by myself.However when use the pretrained '.pth' model,the output is right,and the probability tensor...