ncoudray / DeepPATH

Classification of Lung cancer slide images using deep-learning
489 stars 210 forks source link

Issue running bazel #141

Open suminwei opened 7 months ago

suminwei commented 7 months ago

Hello,

I am having some trouble running bazel. I installed from source, and when I try to run the following:

bazel build inception/imagenet_train I get this error: WARNING: Output base '/home/liw165/.cache/bazel/_bazel_liw165/f97ffec157fe743358274b8f3a90fe5f' is on NFS. This may lead to surprising failures and undetermined behavior. WARNING: Target pattern parsing failed. ERROR: Skipping 'inception/imagenet_train': couldn't determine target from filename 'inception/imagenet_train' ERROR: couldn't determine target from filename 'inception/imagenet_train' INFO: Elapsed time: 2.361s INFO: 0 processes. ERROR: Build did NOT complete successfully I'm not sure what's wrong and how to fix it? Thank you, Lisa