Yakau Bubnou
Yakau Bubnou
Well, can't say what exactly is happening. But if you say that binary output is within range `[0, 1]`, then everything should be fine and sum of TP+TN+FP+FN should give...
Hi @michael-ziedalski, thank you for the question. I can't reproduce an error with ```keras-metrics``` version ```0.0.7```, what version are you using? In the provided code I don't see any incorrect...
Ah, you are all using ```keras``` package from ```tensorflow```, I didn't notice that initially. So basically, the fix is to wrap the ```fit``` call with session that initializes global variables...
And I get non-zero metrics in the result: ```txt ... Epoch 297/300 2000/2000 [==============================] - 0s 29us/sample - loss: 0.2461 - recall: 0.5432 - precision: 0.6111 Epoch 298/300 2000/2000 [==============================]...
@wandonye, it would be great to see a sample of code, that you're using to save model. Do you use ```custom_objects``` argument for model saving?
@wandonye, It does not seem there is a problem in the given code snippets. If it's possible to provide a working sample, which produces an error, that would simplify the...
These domain names are generated by DNS tunneling program, the name of the program is the same as the name of directory where `pcap` files are located (e.g. iodine, tuns,...
@Mitchbux, I apologize for not replying fast. I recommend seeing the example in the C-test [`encode_test.c`](https://github.com/ybubnov/libhuffman/blob/main/test/encode_test.c#L49-L94)
@multimeric I'd appreciate getting a review on this PR.