pyimport TensorFlow 1.14 hangs forever on Julia 1.4
- Langage dominant
- Julia
- Étoiles
- 1.5k
- Forks
- 186
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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!
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- julia, python, tensorflow
- Domaine
- machine-learning, tooling
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 25/100