pyimport TensorFlow 1.14 hangs forever on Julia 1.4
- 主要言語
- Julia
- スター
- 1.5k
- フォーク
- 186
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I have a legacy code which calls Tensorflow 1.14.
```bash
pip install tensorflow==1.14
```
Recently after I upgrade to Julia 1.4, `pyimport` hangs forever
```julia
using PyCall
pyimport("tensorflow")
```
My OS version is MacOS 10.15.3.
The problem goes away when I use TensorFlow 2. But I prefer to stick to TensorFlow 1.14 because of a lot existing code development. Is there any quick workaround? Thanks in advance!
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by reproducing the reported pyimport("tensorflow") hang with Julia 1.4, TensorFlow 1.14, PyCall, and macOS 10.15.3, then compare it with TensorFlow 2 as described. Done means identifying and documenting a confirmed quick workaround for the legacy TensorFlow version.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- julia, python, tensorflow
- 領域
- machine-learning, tooling
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100