-
First of all, I would like to say I loved your project.
I tried to replicate it on my machine using the weights you provided [model_512](https://1drv.ms/u/s!AqmYPmoRZryegR9OPEgqq7LvgqJR?e=4Erzvr) …
-
**What would you like to add or change?**:
Add the alert and executing user own script function in the ntopng if some traffic not listed in the whitelist were detected like Cisco ACL.
【Support P…
-
when I use the commend "python tools/train.py configs/ReDet/ReDet_re50_refpn_1x_dota15.py" train DOTA dataset I meet the follow error,how I can do to solve it. Thank you!
ReResNet Orientation: 8 Fi…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmrotate/issues) and [Discussions](https://github.com/open-mmlab/mmrotate/discussions) but cannot get the expected help.
…
-
change "h*" to "w*" for weights.
def DeepMLPClassifier(_X, _weights, _biases, dropout_keep_prob):
layer1 = tf.nn.dropout(tf.nn.tanh(tf.add(tf.matmul(_X, _weights['h1']), _biases['b1'])), dro…
eume1 updated
5 years ago
-
有一个问题请教,直接训练和测试时结果是对的,但是用自己保存的训练的模型拿来测试,会提示一些问题,精度也非常低?
细节如下:
Keys not found in source state_dict:
base.layer1.2.bn2.weight
base.layer3.0.conv2.weight
base.layer3.0.d…
-
I encountered the OS error `Protocol not available` when using
```rust
tx.set_ttl(32).unwrap();
```
after creating a `TransportSender` through
```rust
let (tx, _) = transport_channel(32, Layer4(…
-
Platform (like ubuntu 16.04/win10):14.04
Python version:3.6
Source framework with version (like Tensorflow 1.4.1 with GPU):torch1.0
Destination framework with version (like CNTK 2.3 with GPU)…
-
Thanks for sharing! I have a question here about the ResNet model structure in `modeling/backbone/resnet.py` [hyperlink](https://github.com/jfzhang95/pytorch-deeplab-xception/blob/9135e104a7a51ea9effa…
-
Hi @csuhan, thanks for the code. I ran test.py on pretrained model weights but I am getting below output on dota1.
Also, I would like to mention that the test.py shows the below output and then start…