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
for those who have successfully run this repository, I want to ask what's your version (e.g. python, Tensorflow). Is it the same as the author's or the latest?
My current virtual env is all the latest, Python 3.9, and Tensorflow 2.13.0. So there were many issues. So I modified some code and ran and modified.
But when I ran python vlt.py test ./config/refcoco/example.yaml, it occurred the following error on non-project files:
raise ValueError("%s is not compatible with %s" % types)
ValueError: GRU(reset_after=False) is not compatible with GRU(reset_after=True)
However, the latest (2.x) TensorFlow version modifies the relevant values.
Besides, for the Evaluating part, I downloaded the files, where do I put them? I noticed there's already an existing folder called config. In Step 2, does it mean to set OneDrive config files or existing files? What does the project structure look like?
Have you guys met such issues? Thank you in advance.
The text was updated successfully, but these errors were encountered:
Hello,
for those who have successfully run this repository, I want to ask what's your version (e.g. python, Tensorflow). Is it the same as the author's or the latest?
My current virtual env is all the latest, Python 3.9, and Tensorflow 2.13.0. So there were many issues. So I modified some code and ran and modified.
But when I ran
python vlt.py test ./config/refcoco/example.yaml
, it occurred the following error on non-project files:raise ValueError("%s is not compatible with %s" % types)
ValueError: GRU(reset_after=False) is not compatible with GRU(reset_after=True)
However, the latest (2.x) TensorFlow version modifies the relevant values.
Besides, for the Evaluating part, I downloaded the files, where do I put them? I noticed there's already an existing folder called config. In Step 2, does it mean to set OneDrive config files or existing files? What does the project structure look like?
Have you guys met such issues? Thank you in advance.
The text was updated successfully, but these errors were encountered: