Mansi Sharma

Results 21 comments of Mansi Sharma

I also suggest listing down links to OpenFL examples and hacks as a part of the [front page documentation](https://github.com/intel/openfl/blob/develop/README.md) for a more user friendly experience.

Hi @CasellaJr, since this issue has been addressed on the slack channel, could you let us know if the issue got resolved?

Hi @aarushisoni thanks for your interest in OpenFL and your willingness to contribute to the issue! While we would love to see you contribute, this particular issue is already being...

I think adding a separate folder with 'workspace_corruption_experiment' (which has a different format) may confuse the user and they might think that we can't use corrupt shard wrapper with regular...

Hi @sky712345678, I was able to reproduce the error. I bumped the TF version to 2.8 and instead got this error: ``` ValueError: Unable to restore custom object of type...

Hi @gagandeep987123, could you specify the command which lead to the error above? Just looking through the error, looks like either you don't have root permissions or there is no...

In order for TF to create a directory at runtime inside an enclave, we would need to mount that directory from the host area to the enclave, [something like this](https://github.com/gramineproject/examples/blob/master/pytorch/pytorch.manifest.template#L26)....

Thanks for a working branch @igor-davidyuk. Ideally, it is unsafe to even allow /tmp directory, but since we are putting that as an allowed file in the manifest for this...