efficientnet
Here are 78 public repositories matching this topic...
-
Updated
Jul 12, 2020 - Python
-
Updated
Jul 12, 2020 - Jupyter Notebook
In file binary segmentation (camvid).ipynb, block 5, there is:
# Lets look at data we have
dataset = Dataset(x_train_dir, y_train_dir, classes=['car', 'pedestrian'])
image, mask = dataset[5] # get some sample
visualize(
image=image,
cars_mask=mask[..., 0].squeeze(),
sky_mask=mask[..., 1].squeeze(),
background_mask=mask[..., 2].squeeze(),
)
here, sky_mask
-
Updated
Jul 7, 2020 - Python
-
Updated
Jul 12, 2020 - Python
-
Updated
Apr 6, 2020 - Python
The 2x down-sampling is one of the important operations in reference models. But, a convolution or a pooling with stride=2, padding='SAME' may result in different outputs over different deep learning libraries (e.g., TensorFlow, CNTK, Theano, Caffe, Torch, ...) due to their different padding behaviors.
For example (TensorNets syntax; but can be regarded as pseudo codes for other libraries),
-
Updated
Jan 6, 2020 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Dec 18, 2019 - Python
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?
-
Updated
Jul 11, 2020 - Python
-
Updated
Apr 9, 2020 - Python
-
Updated
May 20, 2020
-
Updated
Mar 24, 2020 - Python
-
Updated
Dec 2, 2019 - Python
-
Updated
Jul 12, 2020 - Python
-
Updated
Dec 9, 2019 - Jupyter Notebook
-
Updated
Jul 10, 2020 - Python
-
Updated
Aug 10, 2019 - Python
-
Updated
Mar 13, 2020 - Jupyter Notebook
-
Updated
May 18, 2020 - Python
-
Updated
Jul 2, 2020 - Python
-
Updated
Mar 22, 2020 - Python
-
Updated
Feb 22, 2020 - Python
-
Updated
Jun 2, 2020 - Python
-
Updated
Jul 12, 2020 - Python
How to contribute?
Hi,
I'm also a UFSC Araranguá student from course of Information Tecnology and Comunication.
I've experience working with python, data structures, algorithms, database etc.
I'm looking for a completion course work and I'm interested in this problem, how can i contribute to this project?
my email is arthurfn.webdev@gmail.com
-
Updated
Jul 10, 2020 - Python
Improve this page
Add a description, image, and links to the efficientnet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the efficientnet topic, visit your repo's landing page and select "manage topics."
Please can you train ghostnet.
(i don't have the imagenet dataset)