Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Create InceptionV3.sh
  • Loading branch information
cuicheng01 authored Nov 4, 2020
commit 3503403db7de209c112b75c8cd1a556b9e9f8db8
19 changes: 19 additions & 0 deletions 19 PaddleCV/image_classification/scripts/train/InceptionV3.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
export FLAGS_fast_eager_deletion_mode=1
export FLAGS_eager_delete_tensor_gb=0.0
export FLAGS_fraction_of_gpu_memory_to_use=0.98

#InceptionV3
python train.py \
--model=InceptionV3 \
--batch_size=256 \
--image_shape 3 299 299 \
--lr_strategy=cosine_decay \
--lr=0.045 \
--num_epochs=200 \
--model_save_dir=output/ \
--l2_decay=1e-4 \
--use_mixup=True \
--resize_short_size=320 \
--use_label_smoothing=True \
--label_smoothing_epsilon=0.1 \
Morty Proxy This is a proxified and sanitized view of the page, visit original site.