Testing of plan execution, diff generation, and model reporting #150
Labels
Priority: 3 - Medium 😒
Should be fixed soon, but there may be other pressing matters that come first
Severity: 1 - Critical 🔥
Causes a failure of the complete software system, subsystem or a program within the system
Status: Available 👋
Available for assignment, who wants it?
Status: Blocked ✖️
Cannot work on this because of some other incomplete work
Type: Testing 🧪
Add testing or improving existing testing of a file, feature, or codebase
Milestone
Description
We want to test three core pieces of functionality within our codebase after migrating to using PyTorch's iOS wrapper classes: plan execution, diff generation, and model reporting. We are not testing them at this time because the classes we've written for plans, tensors, and such are unmaintainable with the types of PySyft plans we'd like to be executing. In order to achieve such functionality, we'll be copying code from an unmerged PyTorch PR: pytorch/pytorch#25541. After that task is done, we'll want to test this functionality once and for all!
Type of Test
Expected Behavior
We should have completely passing tests for plan execution, diff generation, and model reporting.
Additional Context
pytorch/pytorch#25541
The text was updated successfully, but these errors were encountered: