Skip to content

Commit

Permalink
Update clientSampler.py
Browse files Browse the repository at this point in the history
fix path
  • Loading branch information
liecn authored Jul 25, 2022
1 parent c37654e commit dd1d143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions training/helper/clientSampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import logging

import sys
sys.path.insert(0, '/mnt/home/lichenni/projects/Oort/oort')
sys.path.insert(0, '../../oort')
from oort import create_training_selector
sys.path.remove('/mnt/home/lichenni/projects/Oort/oort')
sys.path.remove('../../oort')

class clientSampler(object):

Expand Down

0 comments on commit dd1d143

Please sign in to comment.