Skip to content
Open
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@
" code=\"./src/pytorch_dl_train/\",\n",
" # describe the command to run the python script, with all its parameters\n",
" # use the syntax below to inject parameter values from code\n",
" command=\"\"\"python train.py \\\n",
" command=\"\"\"python -m pip install --no-cache-dir --no-deps \"protobuf==3.20.3\" && \\\n",
" python train.py \\\n",
" --train_images ${{inputs.train_images}} \\\n",
" --valid_images ${{inputs.valid_images}} \\\n",
" --batch_size ${{inputs.batch_size}} \\\n",
Expand Down
Loading