tensorflow tag

91 questions


1 answers
100 views
0
[python 3.x] Module is clearly installed, but the module is not found.

absl-py (0.1.12)astor (0.6.2)bleach (1.5.0)gast (0.2.0)grpcio (1.10.0)html5lib (0.9999999)Markdown (2.6.11)numpy (1.14.2)pip (9.0.1)protobuf (3.5.2.post1)setuptools (39.0.1)six (1.11.0)tensorboard (1....


1 answers
42 views
0
What language should I use to use Tensoflow?

I heard it's a machine learning library, what language can I use?

1 years ago

1 answers
42 views
0
xserver error in tensorflow

I am using Python 2 version on tensorflow.I keep getting a not connect to x server error while executing the code.What should I do? Help me

1 years ago

1 answers
88 views
0
Error message when using subplot in pyplot: ValueError: Illegal argument(s) to subplot: (2, 10)

I'm a beginner who is practicing after reading a book by TensorFlow Golvin Hacker.I use the subplot of pyplot, but I wrote the same code as the book, but it emits an error message ㅜ 어떻게 Please hel...

1 years ago

1 answers
91 views
0
Problem with cuda version of python tensorflow-gpu in anaconda

While learning deep learning, I'm going to use Anaconda and Pi-Cham to run deep learningI want to take some of them from the paper and turn them into tensorflow-gpu.Request CUDA 10.0 (cudart64_100.dll...

1 years ago

2 answers
44 views
0
Python Is there a way to get the order of maximum values in a particular dimension?

Noumpy or tf.Is there a way to get the order of maximum values in a particular dimension in the array?Simply put, we're going to take the position of the maximum value of a particular row in a place l...

1 years ago

1 answers
99 views
0
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc1 in position 0: invalid start byte.

Hello, I'm a high school student who is running the code due to school assignments. https://github.com/Bengemon825/TF_Object_Detection2020 I received an example from the link above and changed the dat...


1 answers
63 views
0
(ubuntu) Please help model.save error in keras

model.fit(TrainX, TrainY, batch_size=30, epochs=3, verbose=1)model.save(models.h5)error :File /usr/local/lib/python3.7/site-packages/h5py/_hl/group.py, line 143, in create_dataset if '/' in name:Type...


1 answers
46 views
0
m1 MacBook) Contact Python, tensorflow installation version to PiCham

At first, I installed 3.7 additionally because I had to use python 3.9 and tensorflow. (Python 3.9 does not support tensorflow.)Process completed with exit code 132 (interrupted by signal 4: SIGILL) T...

1 years ago

1 answers
44 views
0
Please tell me how to execute the TensorFlow 1.x version code

I received the following code, but it is a TensorFlow 1.0 version of the code, so I keep getting errors as I run it in 2.4.1 version.I know it doesn't support session and placeholder, but I don't know...

« - 9 - »

© 2024 OneMinuteCode. All rights reserved.