-
Hi!
I have trained a model for classification using 3D nifti images (CT scans). But I get an error with XAI .
Windows 10
Python 3.9
Tensorflow 2.10
CUDA 11.2
cuDNN 8.1
Here my code:
gen_…
smcch updated
2 years ago
-
There are many problems when evalutating every 2 epochs, such as:
File "/home/futr3d/tools/train.py", line 260, in main
meta=meta)
File "/home/mmdetection3d/mmdet3d/apis/train.py", line 35…
-
## Bug description
I want to use the frame stacking technique (4 consecutive frames of images as model input), which works well in PPO-only in SB3.
But after running the above program (about GAIL)…
-
I am trying to install and run the demo and get the following error. Unable to open file (unable to open file: name = '/home/xinxin/code/data/SMPLmodel/neutral_smpl_mean_params.h5', errno = 2, error m…
-
hello authors,
I got a problem while trying to use grad cam in my ViT model,
it always get error "An exception occurred in CAM with block: . Message: axis 3 is out of bounds for array of dimension 3…
-
why not use target_layer_names = ["34"] ? I need to use Densenet, I set target_layer_names = ["norm5"]. I don't know if this is reasonable.
Your help is very important to me. I hope to receive yo…
-
Hello~~ I would want to ask your pre-trained weights : ImageNet→X-rays(926 K).
Can anyone know what data was used to train this set of weights first?
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
请问在PaddleDetection下怎么实现热力图的绘制?
-
### 问题描述 Please describe your issue
# [Call for Contribution] Tutorials for PaddlePaddle
## 基于飞桨的应用实践:建设
### 第一期任务 🎺
负责人:莫琰 [momozi1996](https://github.com/momozi1996)
# 【参与者-选题方式】
- **…
-
Hi,
I'm using ResNet18 for regression but couldn't find any information if grad-cam can be used for regression models too.
Is this possible in general and if so, what would I pass to the 'targets' …