You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement three sets of benchmark evaluations for examining differential privacy convergence behavior under different learning settings.
Setting 1: Centralized learning. This is the current setting we consider in our evaluation, where the full training dataset is available in each epoch throughout training, and the full test dataset is also available.
Setting 2: Multi-Task learning
Setting 2: Single Incremental Task learning
Resources:
This paper (especially Section 1.2 on continual learning benchmarks) gives a good overview of Multi-Class and Single Incremental Task Learning. It also references a few papers that might have good reference implementations.
This Stack Exchange post gives a good overview of the difference between Single Incremental Task and Multi Task learning evaluations.
Implement three sets of benchmark evaluations for examining differential privacy convergence behavior under different learning settings.
Resources:
Implementation notes:
train
function that passes in a newtrainloader
for each epoch.The text was updated successfully, but these errors were encountered: