Skip to content

Wanho Choi

CG/VFX Software Engineer

Menu
  • 홈
  • About Me
  • Publication
  • Seminar
  • Maya C++ API
  • MathBook
  • Trip
  • Photo
  • Link

Category: Python

Posted on2020-03-202020-03-20Deep Learning

How to print the progress as a single line when using Keras in PyCharm

by wanoLeave a comment on How to print the progress as a single line when using Keras in PyCharm

PyChar에서 Keras 사용하면 training progress가 다음과 같이 한 줄이 아닌 여러 줄로 출력된다. 이 문제를 해결하려면 PyCharm 옵션을 다음과 같이 수정해주면 된다. 수정 후 다시…

Read More
Posted on2018-04-022018-05-26Python

How to execute a Python script in a Bash script

by wanoLeave a comment on How to execute a Python script in a Bash script

<test.py> print(“Hello Everyone”) <Bash shell> a=$(python test.py) echo $a <Result> Hello Everyone

Read More
Posted on2016-10-02Linux

How to install Python 3 for CensOS 7.x

by wanoLeave a comment on How to install Python 3 for CensOS 7.x

su yum install yum-utils yum-builddep python curl -O https://www.python.org/ftp/python/3.5.3/Python-3.5.3.tgz tar xvf Python-3.5.2.tgz cd Python-3.5.3 ./configure make -j32 make install exit

Read More
Posted on2015-07-292015-07-29Linux

How to get the site-packages directory path in Python

by wanoLeave a comment on How to get the site-packages directory path in Python

import site site. getsitepackages()[0]

Read More
Posted on2013-10-102016-03-01Python

SWIG Python typdedef

by wanoLeave a comment on SWIG Python typdedef

typedef float real; => NameError: name ‘real’ is not defined %pythoncode %{ real = float %} => it works!

Read More
Posted on2011-03-132016-03-01Python

Python2.65 + SWIG warning

by wanoLeave a comment on Python2.65 + SWIG warning

OS: CentOS 5.5 Python: 2.65 SWIG: 2.0.1 In function ‘PyTypeObject* _PySwigObject_type()’: warning: missing initializer for member ‘_typeobject::tp_version_tag’ 위와 같은 warning이 발생할 수 있다. [원인] tp_version_tag라는…

Read More

  • 51
  • 2,797
  • 12,708
  • 168,272

Categories

  • Android
  • Computer Graphics
  • CUDA
  • Deep Learning
  • Drone
  • Etc.
  • Houdini
  • Linux
  • Math
  • Maya
  • Nuke
  • OpenGL
  • OS X & IOS
  • Programming
  • Python
  • RenderMan
  • Tips
  • Trip
  • VFX
  • Windows
  • WordPress

Tags

Android Studio API booting C CentOS Chrome context CUDA deep learning derivation DigiPro driver fragment google GPU image install Keynote LaTeX Linux Maya nVIDIA OpenCV OpenGL programming Python RenderMan SIGGRAPH SWIG Tensorflow Ubuntu update vi Visual Studio Windows Windows7 WordPress YUM 설치 수학 안드로이드 스튜디오 우분투 텐서플로우 프래그먼트 한글

  • 51
  • 2,797
  • 12,708
  • 168,272

Categories

  • Android
  • Computer Graphics
  • CUDA
  • Deep Learning
  • Drone
  • Etc.
  • Houdini
  • Linux
  • Math
  • Maya
  • Nuke
  • OpenGL
  • OS X & IOS
  • Programming
  • Python
  • RenderMan
  • Tips
  • Trip
  • VFX
  • Windows
  • WordPress

Tags

Android Studio API booting C CentOS Chrome context CUDA deep learning derivation DigiPro driver fragment google GPU image install Keynote LaTeX Linux Maya nVIDIA OpenCV OpenGL programming Python RenderMan SIGGRAPH SWIG Tensorflow Ubuntu update vi Visual Studio Windows Windows7 WordPress YUM 설치 수학 안드로이드 스튜디오 우분투 텐서플로우 프래그먼트 한글
Amphibious Theme by TemplatePocket ⋅ Powered by WordPress