google "MySQL community"
 

me1237guy 發表在 痞客邦 留言(0) 人氣()


nuGet管理套件安裝
1. SQLite

me1237guy 發表在 痞客邦 留言(1) 人氣()


> git status
> git add main.py
> git commit

me1237guy 發表在 痞客邦 留言(0) 人氣()

me1237guy 發表在 痞客邦 留言(0) 人氣()

What is ONNX - Open Neural Network Exchange
onnx-converter
tiny-tensorrt

me1237guy 發表在 痞客邦 留言(0) 人氣()

You have to install Spyder before Pytorch installation.
And then install pytorch, torchvision and matplotlib from pytorch channel 
> conda install pytorch torchvision matplotlib -c pytorch
 

me1237guy 發表在 痞客邦 留言(0) 人氣()

me1237guy 發表在 痞客邦 留言(0) 人氣()

A good introduction to those who want to understand the differences between MIT, GPL, LGPL licenses.

me1237guy 發表在 痞客邦 留言(0) 人氣()

Here is a collection of related Convolutional Neural Networks tutorials that involve object detection and localization.
 
 
TensorRT YOLOv4

me1237guy 發表在 痞客邦 留言(0) 人氣()


cuda_10.1.105_418.96_win10
cudnn-10.1-windows10-x64-v7.5.0.56

me1237guy 發表在 痞客邦 留言(0) 人氣()



import keras


from keras import layers


from keras import models


 


print('keras version: {}'.format(keras.__version__))


model = models.Sequential()


model.add(layers.Conv2D(32, (3, 3), activation='relu', input_shape=(28, 28, 1)))


model.summary()


me1237guy 發表在 痞客邦 留言(0) 人氣()


 


from keras.datasets import mnist


import matplotlib.pyplot as plt


 


(train_images, train_labels), (test_images, test_labels) = mnist.load_data()


ind = 10


digit = train_images[ind]


plt.imshow(digit, cmap=plt.cm.binary)


plt.show()


x = train_images[ind,7:-7, 7:-7]


plt.imshow(x, cmap=plt.cm.binary)


plt.show()


me1237guy 發表在 痞客邦 留言(0) 人氣()

Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。