Magolor

Results 8 comments of Magolor

> I try the CIFAR10 and MNIST example codes. > `explainer = CXPlain(explained_model, model_builder, masking_operation, loss, num_models=5, downsample_factors=downsample_factors, flatten_for_explained_model=True) explainer.fit(x_train, y_train);` > but there are the same problem when I...

> 你这个看样子是没有识别出来 同样的问题,试了很多张。请问是什么原因呢?

> I run your code on my mac and lack many necessary files such as oie_readers.stanfordReader.@[cgraywang](https://github.com/cgraywang) This is because my run environment is wrong? Thank you for using. The requested...

Thank you for your kind advice. It is always welcomed to contribute and add more experiments and results.

The TACRED dataset is already configured in `src/data_processing/config.ini` as well as in `src/data_processing/dataset.py`. You need to manually prepare the TACRED dataset as we don't own the copyright. The dataset should...

Thank you for your attention. There is currently no direct shell command for inference on raw data, as different structure prediction tasks have different input-output formats and evaluation measures. If...

Thank you for your attention. Unfortunately the version of GLM we developed deepstruct on is very different from now, thus very likely not compatible. For running infer on raw data,...

I've found the same problem. However, the question is: Is this an error in the annotation process that needs to be fixed, or a feature intended to test the completion...