Saatvik Shah
Saatvik Shah
Just to add to this, Also tried `pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/${TF_TYPE}/tensorflow-${TF_VERSION}-py3-none-any.whl` which is meant to be for all python versions, but isnt compatible with python3.7 currently. This is detailed in...
Yep we should disable it. Thats why I closed my PR.
@apavlo I was last month - For June its @tli2
@pervazea @malin1993ml I'm curious about the correct way to handle suppressions to ensure that I supress the correct set of leaks(and future genuine memory leaks dont go unnoticed). I think...
Thanks @pervazea and @malin1993ml - based on your suggestions have set the following as the new leak supression for this bug: ``` +leak:tensorflow::thread::EigenEnvironment::CreateThread +leak:tensorflow::thread::ThreadPool::ThreadPool +leak:__cxa_thread_atexit_impl ```
@schedutron can you fix the merge conflicts so this can be merged in?
We should have added an assertion for this too(I think its explained in the report) - but the input size has to be a power of 2 as well. Edit:...