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
Code in 'README.md' works well in 'multi_dsprites_colored_on_colored.tfrecords'.
However, it doesn't work well in 'multi_dsprites_binarized.tfrecords' and 'multi_dsprites_colored_on_grayscale.tfrecords'.
In the code
Did you use the correct .py file for other datasets? For example, if you try to extract CLEVR, you need to use from multi_object_datasets import clevr_with_masks
Code in 'README.md' works well in 'multi_dsprites_colored_on_colored.tfrecords'.
However, it doesn't work well in 'multi_dsprites_binarized.tfrecords' and 'multi_dsprites_colored_on_grayscale.tfrecords'.
In the code
, 'd=sess.run(data)' generates error,
The version of tensorflow is 1.14 as in README.md.
Thank you!!
Same error occurs in CLEVR code.
The text was updated successfully, but these errors were encountered: