91 questions
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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.