Skip to content

Commit

Permalink
fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
miu200521358 committed Apr 30, 2023
1 parent 47a3f47 commit 05d51ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text2Motion1_en.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@
"os.makedirs(process_dir_path, exist_ok=True)\n",
"\n",
"! export PYTHONIOENCODING=utf-8 \n",
"! cd /content/mmd-text-to-motion/src && python3.9 executor.py --seed $p_seed --seconds $p_seconds --num_repetitions $p_num_repetitions --text \"$p_prompt\" --translated_text \"$p_prompt\" --parent-dir \"$process_dir_path\" --process text2move,mix,motion --verbose 20 --log-mode 0 --lang en\n",
"! cd /content/mmd-text-to-motion/src && python executor.py --seed $p_seed --seconds $p_seconds --num_repetitions $p_num_repetitions --text \"$p_prompt\" --translated_text \"$p_prompt\" --parent-dir \"$process_dir_path\" --process text2move,mix,motion --verbose 20 --log-mode 0 --lang en\n",
"\n",
"import os\n",
"if os.path.exists(\"/content/mmd-text-to-motion/log/quit.log\"):\n",
Expand Down

0 comments on commit 05d51ff

Please sign in to comment.