-
Heatmap and occ_semantic are not obtained from the same branch, the number of instance centers obtained by instance regression maybe different from the number of instances actually existing in occ_sem…
-
因为我使用的keras版本是keras2, 所以把网络结构定义和训练的代码做了一些修改,但是输出的每个字符的准确率一直在0.028左右徘徊,这个就是完全随机1/36的概率,烦请看一下代码是不是有问题
我使用的python版本是2.7.13,keras版本是2.0.2,都是使用anaconda安装的
我已经尝试过修改参数初始化方式(使用Xavier方法),修改优化方法(sgd,RMSprop等)…
-
**Disclaimer**
This issue is based on preliminary observations and does not contain a lot of details/examples at the moment.
## Issue description
I noticed that the segmentation time on large m…
-
Hi,
Thanks for open sourcing the code, this is great!
Could you share your json parameter file for cityscapes?
Also, I think it is is missing the file `depth_mean.npy` to be able to run it.
Than…
-
I am running
TF = 1.6 , Tensorboard = 1.5.0 and Keras 2.1.5 but i am getting this error below:
Developer@DEEPGPU:~/Downloads/nntimeseries-master/nnts/models# python ./CNN.py --dataset=arti…
-
Hi Dr. Cohen - thanks so much for providing the GrouPy and gconv_experiments repos.
I was wondering about the correct way to implement a coset max-pool on the output of y in your Tensorflow example…
-
First of all thankyou for the work.
I am using Googlenet model and I am getting this error
Traceback (most recent call last):
File "/home/plohitvr/ABCrown_test/alpha-beta-CROWN-main/complete_veri…
-
## 네 번째 과제: 최신 모델과 Transfer Learning의 효과 분석
회합 자료 링크: https://github.com/HanyangTechAI/2023-Deep-Learning-Study/issues/1#issuecomment-1497256534
![image](https://user-images.githubusercontent.com/44…
-
### Issue type
Bug
### Have you reproduced the bug with TensorFlow Nightly?
Yes
### Source
source
### TensorFlow version
2.17 and 2.18.0.dev20240717
### Custom code
Yes
### OS platform and …
-
It is believed that LeNet-5 uses Sigmoid as activation function and uses AvgPooling. ReLU and MaxPooling were adopted in AlexNet instead of LeNet-5, which can be confirmed on Wikipedia: [https://en.wi…