-
# 🚀 Feature Request
Hi all!
First of all, thanks for your amazing tool, it simplifies things a lot.
I have a small suggestion to enhance **Configen** tool and makes it more modular. It concerns t…
-
Our Python unit tests don't cover all operators. Recently, I found softmax activation was never tested and the test has been added in https://github.com/apache/incubator-mxnet/pull/10918. Currently, t…
-
One and a half years later, I'm finally getting better results on KimCNN using the original hyperparameters in the paper. There are a few discrepancies with the PyTorch and Castor implementation:
-…
-
My OS is CentOS Linux release 7.2.1511 (Core), x86_64.
My server has four Tesla P40 GPU cards.
**The command is:**
python crnn_main.py --trainroot /home/xuliang/CRNN_org/crnn/tool/synth90k_train…
-
您好,我尝试使用pytorch架构的v2模型进行复现,在实现整个模型的搭建后,两个架构分别传入相同的输入和权重,验证了Tracker输出ctx、Attention输出ctxs、Parser输出proj_h、模型类别输出概率probs、损失值cost等值均相等,优化器使用带有梯度截断的adadelta,使用相同数据集和配置参数进行训练(唯一的区别是没有添加noise),然而训练了超过400个Epoc…
-
While extending my knowledge of neural networks, I implemented a neural network library in Javascript. It has capabilities similar to ConvNetJS, but both training and testing are 4x faster (while stil…
-
Before filing an issue, please make sure to tick the following boxes.
- [x] Make sure your issue hasn't been filed already. Use GitHub search or manually check the [existing issues](https://github.…
-
Hi,
I've trained the VGG-GRU network for around 700k artificially generated images, and i got 96% accuracy for test data (about 140k generated image), but when i test the trained the model on real-i…
ghost updated
5 years ago
-
I have tried 'dagnn' on my own database but got very large objectives and soon NAN. I could not find the reasons for that. Could you help me? The network initialization shown below:
function net = …
-
Hi folks,
Firsts thanks for the great work on this much appreciated.
Just a quick question I am working at the minute to implement your multiclass SegCaps model. Did you get it to converge for …