Views
No views yet
.h5 file format. It can be easily loaded and used for """inference""" via the keras.models.load_model() function. The model is designed to spawn a shell on localhost (127.0.0.1) on port 2222. Users can interactively or programmatically load the model into their Python environment for testing purposes that are not evil..h51git clone https://huggingface.co/ymarin/keras-backdoor
21python3
2>> import keras
3>> keras.models.load_model("backdoored.h5")
4
5
6
7
8