-
When we test how well Alexnet pre-trained on ILSVRC performs on PASCAL-VOC, the label ordering is different, e.g. neuron 5 does no longer represent a dog but a tree.
I can think of two ways to adjust …
-
I am comparing several architectures for retraining.
Using the Kaggle 'dogs vs cats' dataset, I set up the following:
Data generator:
```
train_data_generator = tf.keras.preprocessing.image.ImageD…
-
Hey Caffe2/PyTorch team,
I had a question about going from a trained model (.mdl format) to a standalone predictor model. I've been able to load the .mdl file as follows:
```
meta_net_def = pred_…
-
Hi,
I am getting a lot of artifacts when i am applying the code to train and test on face images.
@mrzhu-cool Any suggestions on how to avoid them ??
Thanks in advance
-
I try to train Electron Microscopy dataset by use Task058_ISBI_EM_SEG.py, but occur RuntimeError: Given transposed=1, weight of size [128, 64, 1, 2, 2], expected input[2, 64, 16, 160, 160] to have 12…
-
## 🛠 Proposed Refactor
Modify all `forward` methods not to reference `size` in their signature and arguments, and modify the tests to pass accordingly.
### Motivation
Taking hint from e42ac5…
-
I ran `SAR Image Despeckling Using a Convolutional.ipynb`, I came across some doubts. Could you **please answer them**, it would make me understand **CNN for descpecking**. (I understand the repositor…
-
Hello, I am new to programming and this is my first model training. I would like to run my model but Juypter keeps telling me that my the kernel has died and needs to be restarted. Pls help me thank y…
-
Hello,
when I used the delete_channels function to delete specific channels ,the following error occurred.
model = delete_channels(model,final_prune_target[0][1],final_prune_target[0][2])
the fi…
-
I was going through EAST paper and I am having a doubt on how exactly bounding boxes are computed. Basically after passing the input image through some set of convolutional layers, a 1x1xD filter is a…