Results 9 issues of Roel Van de Paar

FYI, ``` $ python3 preprocess.py WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. For more information, please see: * https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md * https://github.com/tensorflow/addons If you depend on...

Typo in README leads to unexpected results. The readme has: ``` conda install pytorch>=1.6 cudatoolkit=11.0 -c pytorch ``` Which - thanks to Bash redirection - will lead to a file...

stale

1) During a test compile of a target program, I saw in the `config.log` (as generated by the test compile) that `dfsan_abilist.txt` was missing from the `bin` directory when using...

``` cd ~ git clone https://github.com/AngoraFuzzer/Angora.git Angora-llvm4 cd Angora-llvm4 mkdir llvm4 PREFIX=${PWD}/llvm4 ./build/llvm.sh . ${PWD}/llvm4/clang+llvm/bin/clang --version # 4.0.0 ${PWD}/llvm4/clang+llvm/bin/llvm-config --version # 4.0.0 export PATH=${PWD}/llvm4/clang+llvm/bin:$PATH export LD_LIBRARY_PATH=${PWD}/llvm4/clang+llvm/lib:$LD_LIBRARY_PATH ./build/build.sh ``` Then follow...

```# ./run_micro_services.sh Experiment will be run without saving current version of the code/config Running Task Data Generation 100%|######################################################################################| 200000/200000 [00:22

``` sudo apt install python-pip pip install tensorflow pip install dm-sonnet pip install tqdm pip install numpy git clone https://github.com/louishenrifranc/attention.git cd attention ./run_micro_services.sh ``` Gives: ``` $ ./run_micro_services.sh Experiment will...

``` ~/pquery$ cmake . -DMARIADB=ON -DBASEDIR=/test/MD180223-mariadb-11.0.1-linux-x86_64-opt ... -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") -- * BASEDIR is set, looking for MariaDB in /test/MD180223-mariadb-11.0.1-linux-x86_64-opt -- * Found MariaDB library: /test/MD180223-mariadb-11.0.1-linux-x86_64-opt/lib/libmysqlclient.a...