tarrade / proj_multilingual_text_classification

Explore multilingal text classification using embedding, bert and deep learning architecture
Apache License 2.0
4 stars 1 forks source link

tf.summary.create_file_writer -> file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth #64

Closed tarrade closed 4 years ago

tarrade commented 4 years ago

issue with file caching. Crashing but job still success:

tarrade commented 4 years ago

Related to GCP HP tunning engine

To mask errors:

    # masking error related to cache
    logger.getLogger('googleapiclient.discovery_cache').setLevel(logger.ERROR)

To fix the original issue, set cache to false: discovery.build('ml', 'v1', cache_discovery=False)

tarrade commented 4 years ago

closing