alexberian

Results 3 issues of alexberian

I am running `nuxhashd` on an nvidia-docker container on Linux mint 20. Benchmarking appears to work fine, but when it is done and tries to actually mine, I get the...

I have made a 12bit QKeras model, and when I create my HLS4ML model from it I get different results. ``` # make the QKeras model qkeras_model = simple_mnist_cnn() #...

I can't figure out how to get back a model from an AutoQKeras search in one script, when in another script. I tried to use `qmodel.save('qmodel')` and `qmodel = load_qmodel('qmodel')`,...