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
Hi.. Please, what is the trend classification accuracy expected for hourly Forex data?
I'm trying to run the classification Main file on Windows, but there are some dependencies referring to Google Colab TPU.
To solve the dependence on "gs://cloud-tpu-checkpoints/bert/uncased_L-12_H-768_A-12", I got to download Bert files manually and put inside "Bert" folder in Windows.
But I still having TPU issue like on BERT_vectorization.py (line 349): tpu_cluster_resolver = tf.contrib.cluster_resolver.TPUClusterResolver(TPU_ADDRESS)
AttributeError: module 'tensorflow' has no attribute 'contrib'
Thank you so much for sharing this amazing work...
The text was updated successfully, but these errors were encountered:
Hi.. Please, what is the trend classification accuracy expected for hourly Forex data?
I'm trying to run the classification Main file on Windows, but there are some dependencies referring to Google Colab TPU.
To solve the dependence on "gs://cloud-tpu-checkpoints/bert/uncased_L-12_H-768_A-12", I got to download Bert files manually and put inside "Bert" folder in Windows.
But I still having TPU issue like on BERT_vectorization.py (line 349):
tpu_cluster_resolver = tf.contrib.cluster_resolver.TPUClusterResolver(TPU_ADDRESS)
AttributeError: module 'tensorflow' has no attribute 'contrib'
Thank you so much for sharing this amazing work...
The text was updated successfully, but these errors were encountered: