-
**Describe the bug**
The `test_hinsage_from_generator` test in tests/layer/test_hinsage.py is failing due to
```
> assert actual == pytest.approx(expected)
E assert array([[24., 31…
huonw updated
4 years ago
-
I am trying to apply saliency to a model created with tensorflow 2.0 with the built-in keras. As we don't have session in TF2.0. Where should I start?
-
##### System information (version)
- OpenCV => 4.0.0-beta
- Operating System / Platform => Linux GT72S 4.15.0-32-generic #35~16.04.1-Ubuntu SMP Fri Aug 10 21:54:34 UTC 2018 x86_64 x86_64 x86_64 GNU/…
-
I am trying to visualize the saliency map of a model built with tensorflow 2.0 and I received the error below. From what I understand, the main reason is that the term placeholder does not exist anymo…
-
Hi @dlandon
I was trying to compile opencv 4.3 with the newly downloaded files from Nvidia for CUDA 11.0 but it fails to build (cuDNN: NO).
When looking through the log I can see this:
"Could NO…
sic79 updated
4 years ago
-
When I run the import lines in extract_data.py I get the following error message:
`
In [5]: from Trainer.Models.model_gnet_deep_v2 import ModelGNetDeepV2
...: …
-
2019-08-15 17:22:58,154 maskrcnn_benchmark.trainer INFO: Start training
Traceback (most recent call last):
File "/home/room304/lichengyuan/saliency-RS/R2CNN.pytorch/tools/train_net.py", line 176, …
-
Hi @Linardos
I am trying to run the inference.py file for UCF data and I got the following error, can you please tell me what is the problem..
I run the following command `python inference.py -d…
-
https://github.com/allenai/allennlp/blob/b85c86cff6f0995002dca6216ba2e3aefe403d11/allennlp/interpret/saliency_interpreters/simple_gradient.py#L39
I don't find any explanation for this line in the p…
-
Hello, the size of your network output is 224x224, why ca n’t it be the same as the original image?