-
Because my machine's gpu is gtx980, and its memory is 4 GB, so I can't train the fcis network by resnet-101 . there is the file (FCIS/fcis/symbols/resnet_v1_101_fcis.py), how can I modify the file?? …
-
# 모델별 학습 기록(Acc/F1)
- https://nayohan.notion.site/07-30bd7e17f7f44b078d22342d21131d65
## 1. Torchvision models
- [ ] VGG-19 with batch normalization
- [x] `ResNet-18`: class weight, bactch siz…
-
### 🐛 Describe the bug
```python
# either
torch.hub.load('pytorch/vision', 'resnet50', pretrained=True)
# or
from torchvision.models.resnet import resnet50
resnet50(pretrained=True)
```
B…
-
Thanks for the author's wonderful theory analysis and beautiful model implementation. I have 3 questions about Improved WGAN model with resnet 101 discriminator.
Firstly, according to my understand…
-
"we follow the bottom-up-attention model (Anderson et al. 2018) and use ResNet-101 (He et al. 2016) as the backbone network of the Faster R-CNN (Renet al. 2015) to extract image features"
I didn't fi…
-
Platform (like ubuntu 16.04/win10): win10
Python version: 3.6.8
Source framework with version (like Tensorflow 1.4.1 with GPU): Tensorflow 1.13.0rc1 CPU
Destination framework with version (li…
-
### System information
- **What is the top-level directory of the model you are using**: object_detection.model_main
- **Have I written custom code (as opposed to using a stock example script provid…
-
- [x] collect Training Data
- [ ] train new model - compare to (resnet-152, resnet-101, mobile-net?)
- [ ] implement new model
-
- [ ] #4
- [ ] EfficientNet(B0-B7)
- [ ] EfficientNetV2(B0-B3, S, M, L)
- [ ] InceptionResNetV2
- [ ] InceptionV3
- [ ] MobileNet
- [ ] MobileNetV2
- [ ] MobileNetV3
- [ ] NASNet(Large, Mobile…
-
I'm attempting to use your code to evaluate a new method (and it's great to have such accessible code for training state of the art models!), but I'm having issues reproducing baseline results with yo…
yanii updated
8 years ago