bluemoon

Results 6 issues of bluemoon

这个实现在 encoder之后直接用 tf.image.resize_bilinear 把 (None, 16, 16, 5)的tensor转为 (None, 256, 256, 5), 16倍还原,,用deeplabv3 paper的解码器,分两次4倍还原会不会更好呢。。

Q1:what is the **k** ? ![image](https://user-images.githubusercontent.com/38500778/84571557-85508d00-adc6-11ea-8dbd-bfe5e7b015c9.png) I think it should be written as **w**, am i getting it right ? ![image](https://user-images.githubusercontent.com/38500778/84571540-62be7400-adc6-11ea-885b-8503a4750684.png) --- Q2: what is the p, k in filter...

if we use and train the model in a "prediction-only" mode by setting Kt = 0, the PhyCell can not see any information of image. **Is this inappropriate?** --- I...

Is there a parenthesis missing here? ![image](https://user-images.githubusercontent.com/38500778/84570044-35b99380-adbd-11ea-953f-970a5277085e.png) is the correct formula should be like this? ![image](https://user-images.githubusercontent.com/38500778/84570090-6f8a9a00-adbd-11ea-8ea4-c8e7bebd09ac.png)

I use these environment: 1) docker pull bitnami/mxnet:1.8.0-debian-10-r188 2) docker pull bitnami/mxnet:1.6.0 3) pip install mxnet 4) pip install mxnet-cu100 ... to run these code: ```python import sys sys.path.append('/mount/home/bluemoon/nas_194/repos-read/') from...

您好,请问训练文件train.py会开源吗?