Guo Yejun
Guo Yejun
copy from https://docs.oneapi.io/versions/latest/iface/event.html Descriptor | Return type | Description -- | -- | -- command_submit | cl_ulong | Time in nanoseconds when command_group was submitted command_start | cl_ulong | Time...
Hi, i'm trying to use this method in a c program which invokes tensorflow C API, so my way is to first save the network model in python program: graph...
Hi, Nice project! Just wonder if we could call ffmpeg APIs for the ROI setting to make the whole project simple. I took a quick look and did not find...
…heckpoint When activation checkpointing is enabled, most of forward is re-computed, and so the FLOPS calculation should be updated. In this PR, we just suppose all fwd is re-computed as...
Hi, I met “I/O operation on closed file” when try with "Debugging from a separate terminal" at https://documen.tician.de/pudb/starting.html#debugging-from-a-separate-terminal. I'm using conda with below versions: ``` $ python --version Python 3.9.7...
I tried both Python 3.9.5 and 3.9.7, pudb are installed with 'pip install pudb' in the conda env. Here is my python code ``` from datetime import datetime import sys...