-
When running `python Setups/Attacks.py --dataset=cifar10 --attack=boby --eps=0.1 --test_size=1 --Adversary_trained=False`
then in Setups/Attacks.py line 338 the variables `lab_` and `tar_` have not b…
-
## 一言でいうと
DNNが意図した振る舞いをするかどうか検証するための手法のまとめ。入力=>出力への到達過程の検証(Reachability)、最適化において(線形の)制約をかける(Optimization)、意図しない出力を生む入力の探索(Search)、という3つの種別に分けて解説されている。具体的な疑似コードもあり実装も公開されている
### 論文リンク
https://…
-
Does anyone have a benchmarks results between tiny-cnn and other SWs like Caffe, Theano, cuDNN etc.
for example for:
1. small networks (where I hope tiny-CNN should be better than others)
2. big netwo…
-
Feature request: Enable or Disable MKL-DNN in MXNet via environment variable at module load time
It would be helpful to have the capability to enable or disable MKL-DNN in MXNet via an environm…
-
Since issue https://github.com/Theano/Theano/issues/5679, we make Theano compile with it. We should do:
- [ ] Make a todo list of all the new features we need to wrap, to help do the follow up.
- …
nouiz updated
7 years ago
-
See this thread
https://groups.google.com/forum/#!topic/theano-users/LIa3tri7mhw
when cudnn is used it fails with
'''
[...]
TypeError: Unsupported type in convolution
[...]
'''
at function r…
-
Yolo is heavy and designed to detect multiple objects. But if we want a lightweight single class object detector i don't think we would need so many layers. Can you guide and discuss regarding the imp…
-
> **Background.** Gene expression is mediated by specialized cis-regulatory modules (CRMs), the most prominent of which are called enhancers. Early experiments indicated that enhancers located far fro…
-
**Describe the bug**
Can't use latest TFMOT 0.8.0 with the latest TF 2.15.0.post1 on a fresh install because of missing `tf_keras` dependency. This complicates installations of downstream packages th…
-
Hi
I'm a little confused about several matrices, especially `c2l_Rmats`. Can anyone explain what `c2l_Rmats` is and why `w2c_Rmats` is calculated by ` w2c_Rmats = torch.bmm(w2c_Rmats, c2l_Rmats)`
Th…