Mobilenetv2
The classification variant of the MobileNetV2 architecture.
Architecture Variable | Value |
---|---|
Key in architecture_dict | "3D.MobileNetV2" |
Input_shape | (64, 64, 64) |
Standardization | "tf" |
Reference - Implementation
Solovyev, Roman & Kalinin, Alexandr & Gabruseva, Tatiana. (2021).
3D Convolutional Neural Networks for Stalled Brain Capillary Detection.
https://github.com/ZFTurbo/classification_models_3D
Reference - Publication
Mark Sandler, Andrew Howard, Menglong Zhu, Andrey Zhmoginov, Liang-Chieh Chen. 13 Jan 2018.
MobileNetV2: Inverted Residuals and Linear Bottlenecks.
https://arxiv.org/abs/1801.04381