#
senet
Here are 31 public repositories matching this topic...
Classification models trained on ImageNet. Keras.
keras
vgg
imagenet
densenet
resnet
pretrained-models
inceptionv3
resnext
pretrained-weights
imagenet-classifier
mobilenet
classification-model
senet
xception
nasnet
inception-resnet-v2
squeeze-and-excitation
-
Updated
Apr 7, 2020 - Python
Simple Tensorflow implementation of "Squeeze and Excitation Networks" using Cifar10 (ResNeXt, Inception-v4, Inception-resnet-v2)
-
Updated
Aug 14, 2018 - Python
Books, Presentations, Workshops, Notebook Labs, and Model Zoo for Software Engineers and Data Scientists wanting to learn the TF.Keras Machine Learning framework
machine-learning
deep-learning
keras
vgg
dcgan
autoencoder
densenet
resnet
keras-tutorials
squeezenet
inception
resnext
automl
mobilenet
siamese-network
shufflenet
senet
xception
tensorflow-keras
-
Updated
Jun 25, 2020 - Jupyter Notebook
a pytorch lib with state-of-the-art architectures, pretrained models and real-time updated results
detection
tricks
cnn
sge
pytorch
classification
convolutional-networks
pretrained-models
bam
senet
state-of-the-art
gcnet
shufflenetv2
cbam
weight-decay
sknet
cnn-tricks
training-shufflenetv2
attention-models
weight-normalization-family
-
Updated
Nov 6, 2019 - Python
PyTorch implementation of CNNs for CIFAR benchmark
-
Updated
Feb 22, 2020 - Python
Implementation of popular deep learning networks with TensorRT network definition APIs
vgg
resnet
alexnet
squeezenet
inceptionv3
googlenet
resnext
tensorrt
senet
arcface
mobilenetv2
yolov3
seresnet
shufflenetv2
mnasnet
retinaface
mobilenetv3
yolov3-spp
yolov4
yolov5
-
Updated
Jun 23, 2020 - C++
CBAM implementation on TensorFlow Slim
-
Updated
Sep 14, 2018 - Python
CBAM implementation on TensowFlow
-
Updated
Aug 31, 2018 - Python
This is a SE_DenseNet which contains a senet (Squeeze-and-Excitation Networks by Jie Hu, Li Shen and Gang Sun) module, writen in Pytorch, train and eval codes have been released.
-
Updated
Jun 22, 2020 - Python
SENet implementation on TensorFlow Slim
-
Updated
Sep 14, 2018 - Python
Baseline classifiers on the polluted MNIST dataset, SJTU CS420 course project
pytorch
vgg
mnist-classification
lenet
densenet
resnet
googlenet
resnext
mobilenet
shufflenet
dual-path-networks
senet
baselines
capsnet
mobilenetv2
pnasnet
preact-resnet
-
Updated
Dec 26, 2018 - Python
Variant VNet family
-
Updated
Jun 8, 2020 - Python
DenseShuffleNet for Semantic Segmentation using Caffe for Cityscapes and Mapillary Vistas Dataset
python
caffe
cnn
densenet
cityscapes
depthwiseseparableconvolution
shufflenet
dual-path-networks
senet
mapillary-vistas-dataset
-
Updated
Mar 21, 2018 - Python
In this repository, I released senet-densenet training codes and output files. And it refer to another repository(https://github.com/zhouyuangan/SE_DenseNet), which repository I had made some notes in.
-
Updated
Dec 12, 2018 - Python
inception in tensorflow
-
Updated
May 23, 2019 - Python
Fully supervised binary classification of skin lesions from dermatoscopic images using an ensemble of diverse CNN architectures (EfficientNet-B6, Inception-V3, SEResNeXt-101, SENet-154, DenseNet-169) with multi-scale input.
deep-learning
ensemble-learning
densenet
convolutional-neural-networks
binary-classification
inception-v3
senet
multi-scale
seresnext
cyclic-learning-rate
skin-lesion-classification
shades-of-gray
tensorflow-keras
color-constancy
efficientnet
-
Updated
May 29, 2020 - Jupyter Notebook
image retrieval with cosine metric learning
-
Updated
Apr 18, 2020 - Python
Kaggle Competition: Identify metastatic tissue in histopathologic scans of lymph node sections
tensorflow
medical
kaggle-competition
cancer-detection
senet
classfication
imgaug
tta
histopathology
test-tta
-
Updated
Jul 31, 2019 - Python
Improve this page
Add a description, image, and links to the senet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the senet topic, visit your repo's landing page and select "manage topics."
pip insatll tensorflow==2.0.0 or pip install tensorflow==2.0.0-beta1,tensorflow2.0.0or tensorflow2.0.0-beta1,but when I run train.py, the error of "ValueError: This converter can only convert a single ConcreteFunction. Converting multiple functions is under development" appears,why?How to do?