densenet
Here are 229 public repositories matching this topic...
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
Jun 14, 2019 - Python
-
Updated
May 13, 2020 - Python
-
Updated
Aug 27, 2019 - 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
Dec 27, 2019 - Python
-
Updated
Apr 7, 2020 - Python
-
Updated
May 27, 2020 - Python
-
Updated
Jun 10, 2020 - Python
-
Updated
Aug 14, 2018 - Python
-
Updated
Jun 25, 2020 - Jupyter Notebook
Typos in readme.md
-
Updated
Feb 22, 2020 - Python
-
Updated
Mar 4, 2019 - Python
-
Updated
May 1, 2019
-
Updated
Mar 12, 2019 - Python
-
Updated
Aug 29, 2019
-
Updated
May 10, 2019 - Jupyter Notebook
-
Updated
Jul 31, 2018 - 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
Jan 28, 2020 - Python
-
Updated
May 21, 2020 - Python
-
Updated
May 20, 2020
-
Updated
Aug 7, 2019 - Python
-
Updated
Jun 5, 2020 - Python
Improve this page
Add a description, image, and links to the densenet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the densenet topic, visit your repo's landing page and select "manage topics."


A more consistent and multi-functional global level of verbosity control,
suggest an enhancement that will see
print(...)in project be converted to using the python logging. moduleIn that way verbosity can be globally