-
Hello, one more time. I decided to be more precise and wrote down the exact steps that I did. The problem that I described in the previous issue still remains but I hope that information will be usefu…
-
Hi,
I've tried to run the multi_gpu program to parallelize a convolution neural network that is based on U-Net. I am trying to parallelize on a g2.8xlarge to take advantage of the 4 GPUs.
Anyw…
-
https://www.kaggle.com/hmendonca/u-net-model-with-submission
-
We need to convert keras.io examples to work with Keras 3.
This involves two stages:
## Stage 1: tf.keras backwards compatibility check
Keras 3 is intended as a drop-in replacement for tf.ker…
-
[pixiv: ]: # 'https://cdn.jsdelivr.net/gh/Yukyukuon/CDN@latest/bg/14.jpg'
第六章第二节 循环神经网络(Recurrent neural networks)
**循环神经网络**(RNN,recurrent neural network):它处理序列的方式是,遍历所有序列元素,并保存一个**状态**(stat…
-
Hi, I am coming from medical background and very new to this machine learning field. I am trying to train my U-Net model using keras and tensorflow for image segmentation. However, my loss value is al…
-
Hello,
I've tried to make a segmentation using the same method as the book "Deep Learning for Remote sensing images with open source software". I tried a first time with the example in the book an…
-
@YCG09 多GPU训练报错:
-----------Start training-----------
Traceback (most recent call last):
File "train.py", line 189, in
callbacks = [checkpoint, changelr, tensorboard])
File "/usr/local/l…
-
![image](https://user-images.githubusercontent.com/32973650/42679574-0561d886-86b5-11e8-8c0e-e06970f3211b.png)
The loss almost keep stable on 15, and I employ the trained_final_weights.h5 on yolo.py …
-
The code I'm trying to run:
```
from decoder.zplanedecoder import zPlaneDecoder
from PropagationLayer.PropagationLayer import PropagationLayer`
from CustomLoss.CustomLoss import CustomLoss
impo…