tensorflow tag

91 questions


1 answers
48 views
0
Tensorflow SSD Tutorial

Ask questions about Tensorflow's Single Shot MultiBox Detector algorithm.Changed the source code SSD/Tensorflow/notebooks/ssd_notebook.ipynb to python format for the reference URL provided with the tu...

1 years ago

1 answers
46 views
0
Exception error when executing tensorflow

I'm a python beginner.When I ran Taehoon Kim's tensorflow (1.13.1) Image auto-generated demo, I got the following error:I would appreciate it if you could let me know.File main.py, line 103, in<mod...

1 years ago

1 answers
84 views
0
I want to install Anaconda and do machine learning using Tensorflow, but I can't install it because I get an error saying Permission denied.

Prerequisites/What you want to achieveI want to study the machine learning model of image recognition, so I want to install Anaconda and study in my own way using Tensorflow and Keras.Therefore, we in...


1 answers
63 views
0
I want to use the Nvidia web driver properly on macOS high Sierra 10.13.6 (17G12034).

https://developpaper.com/tensorflow-1-8-with-gpu-on-macos-high-sierra-10-13-6/I was going to use this site to install the nvidia web driver, but only 387.10.10.10.40.135 was compatible with high sierr...

1 years ago

3 answers
45 views
0
What is batch_size, which is often seen in machine learning?

What is batch_size, which often appears in machine learning?y_vals=np.transpose ([np.array([y[13]for y in housing_data]])x_vals=np.array([x for i, x in enumerate(y)] if housing_header [i]incols_used...


1 answers
99 views
0
When using tensorflow in django, I would like to make it possible to use the model that I built and loaded all the time while starting the application.

I am creating a web application that uses tensorflow in django, but when the learned model performs forward processing on the data entered, it takes time to build the model and load the learned parame...

1 years ago

1 answers
112 views
0
keras —Training model using VGG16 produces ValueError.

Based on images prepared with confidence using this , I tried to implement a learning model with two classes, but I got a ValueError.Implementation Environment·Anaconda 4.3.14·Python 3.5.3·Tensorflow ...


1 answers
64 views
0
ImportError: No module named librosa error only occurs in one code

Nice to meet you I am currently trying nsynth for tensorflow/magenta.The environment is Ubuntu 16.04 LTSpip 18.1magenta-gpu 0.3.12tensorflow-gpu1.11.0librosa 0.6.2That's it.In interactive mode>impo...

1 years ago

1 answers
68 views
0
About Padding DCGAN Implementation

I am currently trying to implement DCGAN in keras, but at the beginning of the generator (1024, 4, 4), the kernel of the size (1, 1) is inverted to (512, 8, 8) at stride 5, right?I'm thinking of using...


1 answers
62 views
0
DQN for some reason Q max is low in TensorFlow

Thank you for your help.I am writing the following article.Tried creating Othello AI with tensorflow without understanding the theory of machine learningWhat I'd like to ask you this time is Q_max is ...

« - 3 - »

© 2024 OneMinuteCode. All rights reserved.