-
## Issue Description
I've noticed an issue with the query counting in the black-box model, where it seems to be lower than the actual query count. Specifically, in the `ideal.py -> kd_train -> cal_la…
-
Currently optimization process is a fully-automatic blackbox. I mean, you call fmin.bayes_optimization with appropriate arguments, wait for some time and get the answers together with various running …
-
```shell
0.9872029250457038 0.9854014598540146
Traceback (most recent call last):
File "code/MalGAN.py", line 417, in
main()
File "code/MalGAN.py", line 375, in main
train(200, blac…
-
Hi,
I am using the beta version of CP optimizer and its black-box class. I need to send a sequence variable to the black-box function and then return a dictionary containing some values.
I hav…
-
If I try to use HyperNOMAD I have the following problem
caterina99@pc0425:/mnt/c/Users/calessi/Desktop/HyperNomad_linux/examples$ hypernomad.exe mnist_x0.txt
WARNING: hyperparameters explicite…
-
### Description
I am running Multinomial VAE on movielens 1m dataset as given in the [example notebook](https://github.com/microsoft/recommenders/blob/main/examples/02_model_collaborative_filtering…
-
1. range issue
All other attack algorithms use [0, 1] range. But in your code : https://github.com/IBM/Autozoom-Attack/blob/master/setup_cifar.py#L55
You use `(img/255)-.5` to bound to [-0.5, 0…
-
I used `tpot==0.11.7` to train my model
code flow:-
```
from tpot import TPOTClassifier
from sklearn.metrics import classification_report
pipeline_optimizer = TPOTClassifier(generations=5, …
-
Hi, I've run into an issue where synthesis has been stuck on the same line for about 14 hours. I've uploaded the log for this run, as well as the configuration and network that I used.
```python
…
-
in my own benchmarking lib I'm introducing `preventOptimizeOut` based on `volatileLoad` to:
* prevent optimizing out results
* have minimum impact on runtime performace
* be as simple to use as pos…