privateml icon indicating copy to clipboard operation
privateml copied to clipboard

Various material around private machine learning, some associated with blog

Results 3 privateml issues
Sort by recently updated
recently updated
newest added

Hello. I am running the spdz/Basic SPDZ.ipynb code. When I modified the test data, I was getting this error. The following code is the test case that you gave. I...

Hi, I tried to run the image analysis on 64-bit Windows. When the process goes to decode(), the overflow error arises. I changed map_negative_range = np.vectorize(lambda element: float(element) if element

I am running the Feature Extraction.ipynb code. I am getting this error in extractor defining code. ``` Code: extractor = keras.models.Model( inputs=model.input, outputs=flatten_layer.output ) ``` --------------------------------------------------------------------------- AssertionError Traceback (most recent...