ncoudray / DeepPATH

Classification of Lung cancer slide images using deep-learning
492 stars 213 forks source link

How do you install Bazel? #45

Closed stevedough123 closed 5 years ago

stevedough123 commented 5 years ago

Having difficulty using bazel-bin. I've tried everything on the bazel website, still no luck.

steermomo commented 5 years ago

You don't need to install bazel, just run it as python file.

steermomo commented 5 years ago

Actually, it may occur some problem when you training the network. You can put an empty __init__.py file in 01_training/xClasses/inception directory, and train the network like this way

cd DeepPATH/DeepPATH_code/01_training/xClasses

python -m inception.imagenet_train --num_gpus=4 --batch_size=200 --train_dir=xxxx --data_dir=xxxx --ClassNumber=3 --model='0_softmax' --max_steps=100000