You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just an FYI that the pipenv install / pipenv run ./train.sh didn't produce a viable install for me. Got an error that rnn_cell wasn't supported by tf2 API. Resolved it by running the tf_upgrade_v2 script. Best I can tell seems to be working afterwards.
pipenv shell
tf_upgrade_v2 --intree . --inplace
Just in case anyone else runs into the same problem.
The text was updated successfully, but these errors were encountered:
Just an FYI that the pipenv install / pipenv run ./train.sh didn't produce a viable install for me. Got an error that rnn_cell wasn't supported by tf2 API. Resolved it by running the tf_upgrade_v2 script. Best I can tell seems to be working afterwards.
Just in case anyone else runs into the same problem.
The text was updated successfully, but these errors were encountered: