-
I am getting error in the code for inputs. Please let me know the dimensions of the images that you are using as I am getting the following error.
ValueError: Error when checking input: expected inpu…
-
I'm experimenting with pipelined training example of ResNet (`pippy_resnet.py`) from [https://github.com/pytorch/PiPPy/tree/main/examples/resnet](https://github.com/pytorch/PiPPy/tree/main/examples/re…
-
I hope you can reply to this question?
thnaks
-
when I use resnext-101 model and resnet-152 model, it throws this error. I can seccessfully use resnet-18 model. How to solve this problem?
-
I bottleneck in rensnet to replace conv2 and conv3 with pconv, and I find that it does not run. Do you have any good suggestions about which parts of convolution pconv is suitable for replacing
-
Hello, I have the following environments:
tensorflow==1.15.0 and keras==2.3.1 and python==3.6
When I try to run the basic line:
model1 = sm.Unet('resnet34', encoder_weights='imagenet')
I g…
-
Thank you for sharing your code. I'm happy to try this seemingly attractive representation learning idea on a different backbone. e.g. ResNet50.
Gladly, you mentioned ResNet50 on Table3 in your pap…
-
I am trying to train a ResNet-34 on the VGGFace2 dataset using ArcFace loss (custom Keras implementation), but I can not get better results than regular Softmax Cross-Entropy loss.
In the publishe…
-
Hi @mikeyEcology,
Thank you for your previous help regarding the training of the model with GPU. After training a new model (Resnet34) with my images, I tried to classify another set of images usi…
-
# Prerequisites
Please answer the following question for yourself before submitting an issue.
- [x] I checked to make sure that this feature has not been requested already.
## 1. The entire U…