Skip to content

Commit

Permalink
change some little bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zdaiot committed Oct 25, 2019
1 parent 3692d2f commit c93a389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ When you first submit to kernel, you need to run
./uploads.sh 0
```

Then, you can open `https://www.kaggle.com/<username>/severstal-submission` in your browser and run the kernel.
Then, you can open `https://www.kaggle.com/<username>/severstal-submission` in your browser. Change `kaggle = 0` to `kaggle = 1` in the kernel file and you can run the kernel.

If you want to update script files and kernel files, you need to run

Expand Down
2 changes: 1 addition & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def pred_show(images, preds, mean, std, targets=None, flag=False, auto_flag=Fals
# 是否显示真实的mask
show_truemask_flag = True
tta_flag = True
average_strategy = True
average_strategy = False

# 测试数据集的dataloader
sample_submission_path = 'datasets/Steel_data/sample_submission.csv'
Expand Down

0 comments on commit c93a389

Please sign in to comment.