bert_experimental
bert_experimental copied to clipboard
Issue while running Medium notebook
Hi, first of all, thanks a lot for the effort in the Medium articles on BERT, i found them super helpful for my research
I'm trying to run this notebook, but it does not seem to be working anymore on colab, due to changes on the standardized TF and Python versions (It defaults to 2.1 and 3.7 nowadays). Would you mind giving me the original requirements which were used so i can reproduce the experiment?
Hello, my friend. We so sorry, but this code working with tf.1x versions.
пн, 7 мар. 2022 г., 8:19 PM Gabriel Netz @.***>:
Hi, first of all, thanks a lot for the effort in the Medium articles on BERT, i found them super helpful for my research
I'm trying to run this https://towardsdatascience.com/building-a-search-engine-with-bert-and-tensorflow-c6fdc0186c8a notebook, but it does not seem to be working anymore on colab, due to changes on the standardized TF and Python versions (It defaults to 2.1 and 3.7 nowadays). Would you mind giving me the original requirements which were used so i can reproduce the experiment?
— Reply to this email directly, view it on GitHub https://github.com/gaphex/bert_experimental/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCXNP3JV5BZXU6VYZ3E65TU6Y3DLANCNFSM5QD5SRQQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you are subscribed to this thread.Message ID: @.***>
Yeah, i saw its all running on tf.1x, but even after changing the tensor flow version on colab, it still doesn't run properly, so i imagine there must be something else breaking it. Tried changing python to 3.6 (last colab supported version), but no luck :(.
It gives an error when running the inference graph, any clue on how i should go about running that code?