Taegeon Um

Results 46 issues of Taegeon Um

I try to debug tensorflow using CLion but cannot set breakpoint. When I run a python process, attach gdb, and try to set breakpoint, it says "The breakpoint will not...

product: CLion
lang: c++
type: user support
more-data-needed

![step-time-jpg](https://user-images.githubusercontent.com/1371383/158286031-c0bac628-9985-44a1-8868-d545f34f7eb6.jpg) I got some weird step-time graph which is not continuous when I executed this code: https://keras.io/examples/audio/ctc_asr/ It shows high kernel launch overheads, but the step-time graph bar is represented...

I've found that enabling checkpointing leads to large memory use. A possible memory leak could exist in checkpointing and we need to solve this problem.

bug

We need to add Travis configuration file

We need to change query allocation to query assignment

In our current implementation, we store each query as a file to DFS. We should reduce the overhead.

For debugging, we need to log control messages

When exceptions occur while creating queries in MIST, we need to rollback MIST states.

We need to submit MIST asynchronously to Yarn cluster.

We should remove unnecessary operations and synchronized block in `ImmediateQueryMergeStarter`.