-
I checked to make sure that this issue has not been filed already.
Describe the issue
There are two Faster R-CNN Inception ResNet V2 models in [tf2_detection_zoo.md](https://github.com/tensorflo…
-
Add standard vision models that replicates: https://pytorch.org/docs/stable/torchvision/models.html
We want Flux implementations of the architectures. These can be untrained models for now, and we …
-
Dear @rkrasin,
Thank you for your fantastic Data Set. Would you please kindly inform us the accuracy (i.e., F1-Score) of your released models (i.e., _ResNet 101 image classification model_ and _Incep…
-
## Datasets
* [X] mnist
* [ ] fashion mnist
* [ ] cifar10
* [ ] cifar100
* [ ] tiny imagenet
* [ ] imagenet (ILSVRC)
* [ ] MPII/[COCO](http://cocodataset.org) (#55)
* [ ] pascal VOC (#54)
* …
-
i follow the guide
https://github.com/davidsandberg/facenet/wiki/Classifier-training-of-inception-resnet-v1
nohup /opt/app/anaconda3/bin/python -u src/train_softmax.py --logs_base_dir ./logs/face…
-
(This is a test issue. As mentioned in the responses to #3 and #4 , there is a development branch that supports pytorch. find it here: https://github.com/abahde/DeepOBS)
## Expected behavior
I wou…
-
First of all, thank you very much. I noticed that 'num_steps' in 'faster_rcnn_inception_resnet_v2_atrous_kitti.config' file is not specified. Is this mean it would train infinitely? If so, could you s…
-
Hello,
I get this error when running the commond line "python train.py --logtostderr --train_dir --train_dir=train/ --pipeline_config_path=training/faster_rcnn_inception_resnet_v2_atrous_oid.config",…
-
my gpu is Tesla P40, 24GBmemory
when i run train_net.py on single gpu, it's about **39** samples/sec, and it seems not much faster on 4-gpu with train_nets_mgpu_new.py(still around 40). and i notice …
-
7/1 4가지 CNN 살펴보기: AlexNET, VGG, GoogLeNet, ResNet
Revolution of Depth
-> Layer 를 Deep 하게 쌓음과 동시에 성능을 좋게하기 위해서는??
AlexNet
- 파라미터의 수를 파악하는 것이 중요
- GPU의 성능 때문에 Layer가 나뉠 수 있다.
- ReLU(Rectified …