Classifying Images using Data Augmentation Reviews

2846 reviews

Mikael T. · Reviewed about 2 years ago

Lakshmidevi K. · Reviewed about 2 years ago

Jean Mith P. · Reviewed about 2 years ago

Mina L. · Reviewed about 2 years ago

Jakub L. · Reviewed about 2 years ago

Etienne V. · Reviewed about 2 years ago

ok

Abhishek K. · Reviewed about 2 years ago

Wanda W. · Reviewed about 2 years ago

Amirreza S. · Reviewed about 2 years ago

Smilen M. · Reviewed about 2 years ago

Oliver H. · Reviewed about 2 years ago

Nathan M. · Reviewed about 2 years ago

Roland Z. · Reviewed about 2 years ago

Bonginhlanhla M. · Reviewed about 2 years ago

Peng W. · Reviewed about 2 years ago

Alexey T. · Reviewed about 2 years ago

Emily G. · Reviewed about 2 years ago

The notebook has a tensorflow hub dependency error

Tobías José H. · Reviewed about 2 years ago

It's a good lab, but again... it's taking an hour to train the model. Shouldn't the models be stored already? It's such an unnecessarily long wait.

Loading A. · Reviewed about 2 years ago

Erik G. · Reviewed about 2 years ago

Andreea B. · Reviewed about 2 years ago

Andreea B. · Reviewed about 2 years ago

--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[8], line 1 ----> 1 import tensorflow_hub as hub 2 import os 3 # Load compressed models from tensorflow_hub File /opt/conda/lib/python3.10/site-packages/tensorflow_hub/__init__.py:90 85 _ensure_tf_install() 88 # pylint: disable=g-import-not-at-top 89 # pylint: disable=g-bad-import-order ---> 90 from tensorflow_hub.estimator import LatestModuleExporter 91 from tensorflow_hub.estimator import register_module_for_export 92 from tensorflow_hub.feature_column_v2 import text_embedding_column_v2 File /opt/conda/lib/python3.10/site-packages/tensorflow_hub/estimator.py:62 55 raise ValueError( 56 "There is already a module registered to be exported as %r" % 57 export_name) 58 tf.compat.v1.add_to_collection(_EXPORT_MODULES_COLLECTION, 59 (export_name, module)) ---> 62 class LatestModuleExporter(tf_estimator.Exporter): 63 """Regularly exports registered modules into timestamped directories. 64 65 Warning: Deprecated. This belongs to the hub.Module API and TF1 Hub format. (...) 88 THIS FUNCTION IS DEPRECATED. 89 """ 91 def __init__(self, name, serving_input_fn, exports_to_keep=5): File /opt/conda/lib/python3.10/site-packages/tensorflow/python/util/lazy_loader.py:58, in LazyLoader.__getattr__(self, item) 57 def __getattr__(self, item): ---> 58 module = self._load() 59 return getattr(module, item) File /opt/conda/lib/python3.10/site-packages/tensorflow/python/util/lazy_loader.py:41, in LazyLoader._load(self) 39 """Load the module and insert it into the parent's globals.""" 40 # Import the target module and insert it into the parent's namespace ---> 41 module = importlib.import_module(self.__name__) 42 self._parent_module_globals[self._local_name] = module 44 # Emit a warning if one was specified File /opt/conda/lib/python3.10/importlib/__init__.py:126, in import_module(name, package) 124 break 125 level += 1 --> 126 return _bootstrap._gcd_import(name[level:], package, level) File /opt/conda/lib/python3.10/site-packages/tensorflow_estimator/__init__.py:10 6 from __future__ import print_function as _print_function 8 import sys as _sys ---> 10 from tensorflow_estimator._api.v1 import estimator 12 del _print_function 14 from tensorflow.python.util import module_wrapper as _module_wrapper File /opt/conda/lib/python3.10/site-packages/tensorflow_estimator/_api/v1/estimator/__init__.py:18 16 from tensorflow_estimator.python.estimator.canned.baseline import BaselineRegressor 17 from tensorflow_estimator.python.estimator.canned.baseline import ModeKeys ---> 18 from tensorflow_estimator.python.estimator.canned.boosted_trees import BoostedTreesClassifier 19 from tensorflow_estimator.python.estimator.canned.boosted_trees import BoostedTreesEstimator 20 from tensorflow_estimator.python.estimator.canned.boosted_trees import BoostedTreesRegressor File /opt/conda/lib/python3.10/site-packages/tensorflow_estimator/python/estimator/canned/boosted_trees.py:28 26 import six 27 import tensorflow as tf ---> 28 from tensorflow.core.kernels.boosted_trees import boosted_trees_pb2 29 from tensorflow.python.feature_column import feature_column as fc_old 30 from tensorflow.python.feature_column import feature_column_lib ModuleNotFoundError: No module named 'tensorflow.core.kernels.boosted_trees'

Brian L. · Reviewed about 2 years ago

Miguel V. · Reviewed about 2 years ago

Daniel L. · Reviewed about 2 years ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.