MariaRigaki
MariaRigaki
In the Sorel-20M repository, in the `train.py`, the `train_network()` function calls `get_generator()` which initializes the `Generator` class, which in turn calls the `Dataset` class that calls the `LMDBReader` class. LMDBReader...
I'm using lief version 0.12.3 and line 412 throws and exception. It needs to be modifed to: `"has_signature": int(lief_binary.has_signatures),`. I can send a PR :) ``` Traceback (most recent call...
With tensorflow version 2.3.1 or higher in the `requirements.txt` there is no need to install `keras` and `keras-preprocessing` as standalone libraries. Also, `malconv.py` need to be modified to use`from tensorflow.keras.xx...