-
It seems like FGSM and PGD assume a hypercube input (from the uniform radius parameter ϵ). These algorithms both seem like they could support a hyper-rectangle input with small modifications. I was wo…
-
当我运行main时候,在utils.py中的254行。
`if 'target' not in atk._supported_mode:`处报错如标题所示,请问大家有遇到相同错误的嘛?
-
Here's the error that I get:
```
ERROR while installing broken.0.4.2 ======================================#
# opam-version 1.2.2
# os linux
# command /usr/bin/bmake -I/home/rgrinberg/…
-
The profile-guided optimization configuration for Calculator has not been updated in a long time. Updating it would benefit performance.
A partial list of things to be done:
- Improve documentatio…
-
The attacker API here can be made more simple, imho, if the adversarial training were implemented in `tf.keras.Model.train_step`. That function is called by `fit()`on every batch of data.
By using …
-
Dear researchers, I am really impressed by your work on it. I have a few questions that I hope you could help clarify for me. I find the data for an architecture is organized like this:
```python
…
-
first , i insert the module like this:
insmod ./vulnmod.ko
mknod /dev/dummyd c 1337 1
chmod a+rw /dev/dummyd
when i execute the script './expoit.py' , some error like this:
[ 191.801430] U…
-
I am interested in extend the PGD model with tracking capabilities (namely, I would like to run ByteTracker on 2d detections from PGD), and estimate the velocity from these tracks.
I was wondering ho…
-
@HanxunH IS the code for figure 1.b is available to visualize the data? Thanks
-
Currently ```globalsolve!``` cannot deal with primal infeasible or unbounded solutions. This seems like a tricky problem, since the exceptions are thrown in CPLEX itself. Need to investigate.
The …