std::pair<double, double> 是標準C++函式庫中其中一種樣板,
用來表示如二維空間中的座標點(x,y)
範例:

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



*解碼運算子,會自動將args分別依序指派給create_circle的輸入引數名稱x, y, 和 radius

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

今天打開Visual Studio專案,發現git 索引 損毀
 
錯誤訊息:
 

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



> import torch
> torch.version.__version__

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


ROS2 Installation on Jetson Nano: A Comprehensive Guide for Ubuntu 20.04 with JetPack X5
ROS2 Tutorial: Humble Nvidia Jetson Nano and RPLidar Interfacing for Autonomous Robotics
NVIDIA ROS 2 Projects

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


yolov10論文 
顯示目前已安裝環境

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

Book_李宏毅_生成式導論 2024

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





 

 

 

(1) layer = imageInputLayer([28 28 1],Normalization="none")

 

輸入影像維度 28 * 28 * 1 灰階影像

 

 

 

(2) layer = convolution2dLayer(filterSize, numFilters)

 

 

(3)layer = batchNormalizationLayer() creates a batch normalization layer.


This type of layer normalizes each channel across a mini-batch.


This can be useful in reducing sensitivity to variations within the data.


 


(4) layer = reluLayer(Name="relu_1")






 





Rectified linear unit (ReLU) layer


 


(5) layer = additionLayer(numInputs)


creates an addition layer with the


number of inputs specified by numInputs. This layer takes multiple


inputs and adds them element-wise


 



(6) layer = fullyConnectedLayer(outputSize)


creates a fully connected layer.


outputSize specifies the size of the output for the layer.


fully connected layer will multiply the input by a matrix and then add


a bias vector.


 


(7) layer = softmaxLayer()


creates a softmax layer.


This layer is useful for classification problems.








 

 






 




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


下列圖片為MATLAB Deep Learning手冊中擷取一張關於準確率與相對預估GPU時間,
準確率隨著模型複雜度提升,對於GPU資源要求也越來越多。
 

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



cuda版本
>nvcc --version

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


最近發生一件事情,用VisualStudio 2017開發windows form應用程式,
 
在windows 11環境下執行時會自動閃退,
 

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



今天找到一個不錯的測試影片資料平台
The VIRAT Video Dataset

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

Blog Stats
⚠️

成人內容提醒

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

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