Seonghun Bae
Results
2
comments of
Seonghun Bae
In my case I want also to install on pytorch 1.8.2 lts. But installation process of Openpifpaf force to pytorch 1.11.
> ``` > import time > import tensorflow as tf > physical_devices = tf.config.experimental.list_physical_devices('GPU') > if len(physical_devices) > 0: > tf.config.experimental.set_memory_growth(physical_devices[0], True) > from absl import app, flags, logging >...