Machine Learning with TensorFlow in Vertex AI Rezensionen

Machine Learning with TensorFlow in Vertex AI Rezensionen

13502 Rezensionen

Syed I. · Vor etwa 3 Jahre überprüft

Mohammad S. · Vor etwa 3 Jahre überprüft

Elena S. · Vor etwa 3 Jahre überprüft

Nobuhisa M. · Vor etwa 3 Jahre überprüft

Yash T. · Vor etwa 3 Jahre überprüft

Oskar W. · Vor etwa 3 Jahre überprüft

Jérôme M. · Vor etwa 3 Jahre überprüft

ALOK S. · Vor etwa 3 Jahre überprüft

ALOK S. · Vor etwa 3 Jahre überprüft

Alessia S. · Vor etwa 3 Jahre überprüft

Sundar M. V. · Vor etwa 3 Jahre überprüft

not enough time to complete lab

Sundar M. V. · Vor etwa 3 Jahre überprüft

Janhavi P. · Vor etwa 3 Jahre überprüft

Eduardo M. · Vor etwa 3 Jahre überprüft

Patricio G. · Vor etwa 3 Jahre überprüft

Michał A. · Vor etwa 3 Jahre überprüft

Michał A. · Vor etwa 3 Jahre überprüft

Muhammad Adisatriyo P. · Vor etwa 3 Jahre überprüft

A lot of deprecated libraries and I cannot progress the lab cause of some errors associated to /python3.5/site-packages/tensorflow_estimator/python/estimator/canned/linear.py library WARNING:tensorflow:From /home/student-00-07f5508e1001/tensorflow/flights/trainer/model.py:18: The name tf.train.match_filenames_once is deprecated. Please use tf.io.match_filenames_once instead. WARNING:tensorflow:From /home/student-00-07f5508e1001/tensorflow/flights/trainer/model.py:20: string_input_producer (from tensorflow.python.training.input) is deprecated and will be removed in a future version. Instructions for updating: Queue-based input pipelines have been replaced by `tf.data`. Use `tf.data.Dataset.from_tensor_slices(string_tensor).shuffle(tf.shape(input_tensor, out_type=tf.int64)[0]).repeat(num_epochs)`. If `shuffle=False`, omit the `.shuffle(...)`. WARNING:tensorflow:From /home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_core/python/training/input.py:277: input_producer (from tensorflow.python.training.input) is deprecated and will be removed in a future version. Instructions for updating: Queue-based input pipelines have been replaced by `tf.data`. Use `tf.data.Dataset.from_tensor_slices(input_tensor).shuffle(tf.shape(input_tensor, out_type=tf.int64)[0]).repeat(num_epochs)`. If `shuffle=False`, omit the `.shuffle(...)`. WARNING:tensorflow:From /home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_core/python/training/input.py:189: limit_epochs (from tensorflow.python.training.input) is deprecated and will be removed in a future version. Instructions for updating: Queue-based input pipelines have been replaced by `tf.data`. Use `tf.data.Dataset.from_tensors(tensor).repeat(num_epochs)`. WARNING:tensorflow:From /home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_core/python/training/input.py:112: RefVariable.count_up_to (from tensorflow.python.ops.variables) is deprecated and will be removed in a future version. Instructions for updating: Prefer Dataset.range instead. WARNING:tensorflow:From /home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_core/python/ops/variables.py:2522: count_up_to (from tensorflow.python.ops.state_ops) is deprecated and will be removed in a future version. Instructions for updating: Prefer Dataset.range instead. WARNING:tensorflow:From /home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_core/python/training/input.py:198: QueueRunner.__init__ (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version. Instructions for updating: To construct input pipelines, use the `tf.data` module. WARNING:tensorflow:From /home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_core/python/training/input.py:198: add_queue_runner (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future ver sion. Instructions for updating: To construct input pipelines, use the `tf.data` module. WARNING:tensorflow:From /home/student-00-07f5508e1001/tensorflow/flights/trainer/model.py:22: TextLineReader.__init__ (from tensorflow.python.ops.io_ops) is deprecated and will be removed in a future version. Instructions for updating: Queue-based input pipelines have been replaced by `tf.data`. Use `tf.data.TextLineDataset`. WARNING:tensorflow:From /home/student-00-07f5508e1001/tensorflow/flights/trainer/model.py:26: The name tf.decode_csv is deprecated. Please use tf.io.decode_csv instead. Running this command: python task.py \ --traindata ~/data/flights/train.csv \ --output_dir ./trained_model \ --evaldata ~/data/flights/test.csv I get the following error: INFO:tensorflow:Calling model_fn. Traceback (most recent call last): File "task.py", line 40, in <module> model.run_experiment(traindata,evaldata,output_dir) File "/home/student-00-07f5508e1001/tensorflow/flights/trainer/model.py", line 90, in run_experiment tf.estimator.train_and_evaluate(estimator, train_spec, eval_spec) File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/training.py", line 473, in train_and_evaluate return executor.run() File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/training.py", line 613, in run return self.run_local() File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/training.py", line 714, in run_local saving_listeners=saving_listeners) File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 370, in train loss = self._train_model(input_fn, hooks, saving_listeners) File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1161, in _train_model return self._train_model_default(input_fn, hooks, saving_listeners) File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1191, in _train_model_default features, labels, ModeKeys.TRAIN, self.config) File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1149, in _call_model_fn model_fn_results = self._model_fn(features=features, **kwargs) File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/canned/linear.py", line 991, in _model_fn sparse_combiner=sparse_combiner) File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/canned/linear.py", line 721, in _linear_model_fn 'Given type: {}'.format(type(features))) ValueError: features should be a dictionary of `Tensor`s. Given type: <class 'NoneType'>

Luca L. · Vor etwa 3 Jahre überprüft

Shubham K. · Vor etwa 3 Jahre überprüft

Average

garv c. · Vor etwa 3 Jahre überprüft

Uday J. · Vor etwa 3 Jahre überprüft

A lot of deprecated libraries and I cannot progress the lab cause of some errors associated to /python3.5/site-packages/tensorflow_estimator/python/estimator/canned/linear.py library WARNING:tensorflow:From /home/student-00-07f5508e1001/tensorflow/flights/trainer/model.py:18: The name tf.train.match_filenames_once is deprecated. Please use tf.io.match_filenames_once instead. WARNING:tensorflow:From /home/student-00-07f5508e1001/tensorflow/flights/trainer/model.py:20: string_input_producer (from tensorflow.python.training.input) is deprecated and will be removed in a future version. Instructions for updating: Queue-based input pipelines have been replaced by `tf.data`. Use `tf.data.Dataset.from_tensor_slices(string_tensor).shuffle(tf.shape(input_tensor, out_type=tf.int64)[0]).repeat(num_epochs)`. If `shuffle=False`, omit the `.shuffle(...)`. WARNING:tensorflow:From /home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_core/python/training/input.py:277: input_producer (from tensorflow.python.training.input) is deprecated and will be removed in a future version. Instructions for updating: Queue-based input pipelines have been replaced by `tf.data`. Use `tf.data.Dataset.from_tensor_slices(input_tensor).shuffle(tf.shape(input_tensor, out_type=tf.int64)[0]).repeat(num_epochs)`. If `shuffle=False`, omit the `.shuffle(...)`. WARNING:tensorflow:From /home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_core/python/training/input.py:189: limit_epochs (from tensorflow.python.training.input) is deprecated and will be removed in a future version. Instructions for updating: Queue-based input pipelines have been replaced by `tf.data`. Use `tf.data.Dataset.from_tensors(tensor).repeat(num_epochs)`. WARNING:tensorflow:From /home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_core/python/training/input.py:112: RefVariable.count_up_to (from tensorflow.python.ops.variables) is deprecated and will be removed in a future version. Instructions for updating: Prefer Dataset.range instead. WARNING:tensorflow:From /home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_core/python/ops/variables.py:2522: count_up_to (from tensorflow.python.ops.state_ops) is deprecated and will be removed in a future version. Instructions for updating: Prefer Dataset.range instead. WARNING:tensorflow:From /home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_core/python/training/input.py:198: QueueRunner.__init__ (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future version. Instructions for updating: To construct input pipelines, use the `tf.data` module. WARNING:tensorflow:From /home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_core/python/training/input.py:198: add_queue_runner (from tensorflow.python.training.queue_runner_impl) is deprecated and will be removed in a future ver sion. Instructions for updating: To construct input pipelines, use the `tf.data` module. WARNING:tensorflow:From /home/student-00-07f5508e1001/tensorflow/flights/trainer/model.py:22: TextLineReader.__init__ (from tensorflow.python.ops.io_ops) is deprecated and will be removed in a future version. Instructions for updating: Queue-based input pipelines have been replaced by `tf.data`. Use `tf.data.TextLineDataset`. WARNING:tensorflow:From /home/student-00-07f5508e1001/tensorflow/flights/trainer/model.py:26: The name tf.decode_csv is deprecated. Please use tf.io.decode_csv instead. Running this command: python task.py \ --traindata ~/data/flights/train.csv \ --output_dir ./trained_model \ --evaldata ~/data/flights/test.csv I get the following error: INFO:tensorflow:Calling model_fn. Traceback (most recent call last): File "task.py", line 40, in <module> model.run_experiment(traindata,evaldata,output_dir) File "/home/student-00-07f5508e1001/tensorflow/flights/trainer/model.py", line 90, in run_experiment tf.estimator.train_and_evaluate(estimator, train_spec, eval_spec) File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/training.py", line 473, in train_and_evaluate return executor.run() File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/training.py", line 613, in run return self.run_local() File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/training.py", line 714, in run_local saving_listeners=saving_listeners) File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 370, in train loss = self._train_model(input_fn, hooks, saving_listeners) File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1161, in _train_model return self._train_model_default(input_fn, hooks, saving_listeners) File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1191, in _train_model_default features, labels, ModeKeys.TRAIN, self.config) File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1149, in _call_model_fn model_fn_results = self._model_fn(features=features, **kwargs) File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/canned/linear.py", line 991, in _model_fn sparse_combiner=sparse_combiner) File "/home/student-00-07f5508e1001/venv/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/canned/linear.py", line 721, in _linear_model_fn 'Given type: {}'.format(type(features))) ValueError: features should be a dictionary of `Tensor`s. Given type: <class 'NoneType'>

Luca L. · Vor etwa 3 Jahre überprüft

WISNU ARIA Y. · Vor etwa 3 Jahre überprüft

hardly undersrtood the process

srini n. · Vor etwa 3 Jahre überprüft

Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.