Skip to content

Commit

Permalink
use absolute path
Browse files Browse the repository at this point in the history
Signed-off-by: kta-intel <[email protected]>
  • Loading branch information
kta-intel committed Jul 11, 2024
1 parent a78b836 commit db90ce9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openfl-workspace/tf_3dunet_brats/src/tf_3dunet_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
import tensorflow as tf

from openfl.federated import TensorFlowTaskRunner
from .define_model import build_model
from .define_model import dice_coef
from .define_model import dice_loss
from .define_model import soft_dice_coef
from src.define_model import build_model
from src.define_model import dice_coef
from src.define_model import dice_loss
from src.define_model import soft_dice_coef


class TensorFlow3dUNet(TensorFlowTaskRunner):
Expand Down

0 comments on commit db90ce9

Please sign in to comment.