Skip to content

armin-azh/3DefficientNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

3D EfficientNet Implementation in Tensorflow 2.x

PyPI - Python Version GitHub CodeSize Gmail Keras

This is a pure implementation of 3D effiecientnet without any pretrained weight.

you can download EfficientNet article from hear arxiv.

Requirement

  • tensorflow >= 2.x

Setup

pip install 3DefficientNet

Sample

from 3DefficientNet import EfficientNetB0

model = EfficientNetB0(input_shape = (512,512,64,1), classes = 2)

Reference

  • 3D EfficientNet Torch Implementation link.

About

3D efficient net implementation in Tensorflow 2.3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages