Sebastian Baunsgaard

Results 76 comments of Sebastian Baunsgaard

> Thanks for this extension @Shafaq-Siddiqi. This crashes because FP32 and INT32 are missing in the exact serialized size calculation logic (`FrameBlock.java::getExactSerializedSize()`). I will investigate it further. This sounds related...

Is this still relevant/needed? + i think license is missing if it is needed.

> There is a minor problem I don't know how to best fix. I need to select a path at the sites for the workers to write their partition, I...

This PR also change the write(M) (if M is federated) to not collect the matrix and write it locally. Is it because it is always expected to be written to...

Hi @fathollahzadeh Is this PR still in use, or did everything move to the new PR ?

> As a side note, when I ran all the tests the following testcases fail, but work when executed in isolation: > > * `FederatedWorkerIntegrationCRUDTest.testWorkerAddedForMonitoring` > > * `FederatedColAggregateTest.testTernaryColSumDenseMatrix` >...

> This implementation was my second approach, the first one consisted of static methods in the FED instructions. I much prefer this one as it is quite clear which instructions...

> You have a point there, I also realized this recently when trying to also replace SP Instructions without duplicating code. I will weigh the options, if I come up...