Tensor flow software installation error

here im getting no attribute “contrib” in tensorflow,i have tensorflow version 2x,but contrib is only in tensorflow version 1x…but this version is not supported in my collab.ive changed the versions of python but did’nt work.Any suggestions please let me know.

@Poornashree_sj To provide you with any meaningful response, it would help to see the following

  1. full error log
  2. some description of the code you are trying to run
  3. Information about the setup - both hw and sw

along with your question.

1 Like

Hi @Poornashree_sj, tf.contrib.layers are replaced with TF Slim symbols in 2.x Version. Also check TF Addons for other tf.contrib symbols.Thank You.

1 Like