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.
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.