-
Hello, Mr. Kikuta,
Thank you for sharing your code of SENet based on Keras.
I'm curious if this SENet can be converted to encoder-decoder architecture with skip connections?
Just like [U-Net](https…
-
### Description
I am attempting to build a U-Net with the Keras api. For the expansive part of the network I am using Conv2DTranspose() to deconvolve/upscale. When the model is built with a fixed inp…
-
### 本周
看了u-net的论文
学习了深度学习框架keras
对细胞分割数据集进行了数据增强处理
### 下周
使用keras跑一跑细胞分割数据
阅读2018-An End-to-End Neural Network for Road Extraction From Remote Sensing Imagery by Multiple Feature Pyramid Netwo…
-
@erikalu or others
Could you please provide the intuition behind why the two steps below essentially perform a "learnt cross-correlation" with the exemplar patch.
```
# ==> concatenate exemp…
-
Hi, Pauly!
The project looks cool, thank u, I'm trying to try it myself (first, just check on your trained net), but I'm new to it, I need your or someone's help
Using Mac; Theano, Keras, tensor…
AlKul updated
4 years ago
-
-
### System information
- This concerns a customized script applying PINN
- Runs both (quite well) on Jupyter Notebooks, and Colab
- TF2 (and T1 in other environment) installed using Anaco…
-
Hi all,
I want to implement the U-Net architecture in nengo_dl. Therefore, I need to combine two layers in order to give both as an input to the following layer. When I build a Concatenate layer as f…
-
**Issue Type**
Bug
**Source**
binary
**Tensorflow Version**
2.8
**Custom Code**
No
**OS Platform and Distribution**
Linux
**Python version**
3.9
**Current Behaviour?**
Hi te…
-
Questions by @mptorr in https://github.com/fchollet/keras/issues/6538#issuecomment-301342345
> I was going to try your SegDataGenerator however wanted to ask 2 things about it, as they may pertain to…