Martin Mundt

Results 8 comments of Martin Mundt

Hi @limzh123 , Yes, you can load your trained model with the eval_openset.py script, which will estimate outliers on the test examples of the dataset which has been trained on...

If I understand correctly (and it seems to work in practice) you should modify general_child.py in the section of the _fixed_layer() function: ``` if self.whole_channels: if self.data_format == "NHWC": inp_c...

Hey, I actually don't really have any idea what happened, but I am able to reproduce this issue. The code is running completely fine if I only use 1 GPU...

Hey. The answer to your question depends on what you mean by "evaluate" your model. If by evaluate you mean you only want to get the classification performance after training...

Hey @yechenzhi , There could be two reasons why you experience difficulty in the evaluation. 1. The model that makes use of variational inference is typically trained with only 1...

Hey @Alabenba , the --resume command is used when you already have a model that you want to evaluate or continue training. If you want to train a model, simply...

@Alabenba You will need to specify the path to your trained and saved model with --resume in order to evaluate a specific model. Your error message asserts that the specified...

I just tried downloading all individual zip files (for the different processed dataset versions) on Zenodo (https://zenodo.org/records/2620293 , as described in the Readme) and they all work fine for me....