Skip to content

Commit

Permalink
fix ceroot path bug (PaddlePaddle#2851)
Browse files Browse the repository at this point in the history
fix ceroot path bug
  • Loading branch information
DDDivano authored and kolinwei committed Jul 19, 2019
1 parent 67bd89a commit 8a7b1e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dygraph/sentiment/_ce.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
from __future__ import print_function
import os
import sys
from kpi import CostKpi, DurationKpi, AccKpi
sys.path.append(os.environ['ceroot'])
from kpi import CostKpi, DurationKpi, AccKpi


#### NOTE kpi.py should shared in models in some way!!!!

Expand Down

0 comments on commit 8a7b1e3

Please sign in to comment.