-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run code #9
Comments
hello, did u find the solution |
I meet the same problem ,i think there is a problem with the source code
…------------------ 原始邮件 ------------------
发件人: "val-iisc/3d-lmnet" <[email protected]>;
发送时间: 2020年12月10日(星期四) 下午3:33
收件人: "val-iisc/3d-lmnet"<[email protected]>;
抄送: "高辉"<[email protected]>;"Author"<[email protected]>;
主题: Re: [val-iisc/3d-lmnet] run code (#9)
hello, when I run the bash scripts/train_plm.sh, there exit a question:
Traceback (most recent call last):
File "train_plm.py", line 168, in
z_mean, z_log_sigma_sq = image_encoder(img_inp, FLAGS)
File "/home/user05/.conda/envs/tf/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 442, in iter
"Tensor objects are only iterable when eager execution is "
TypeError: Tensor objects are only iterable when eager execution is enabled. To iterate over this tensor use tf.map_fn.
could you tell me how to solve, thanks .
hello, did u find the solution
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
hello, when I run the bash scripts/train_plm.sh, there exit a question:
Traceback (most recent call last):
File "train_plm.py", line 168, in
z_mean, z_log_sigma_sq = image_encoder(img_inp, FLAGS)
File "/home/user05/.conda/envs/tf/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 442, in iter
"Tensor objects are only iterable when eager execution is "
TypeError: Tensor objects are only iterable when eager execution is enabled. To iterate over this tensor use tf.map_fn.
could you tell me how to solve, thanks .
The text was updated successfully, but these errors were encountered: