- Generative Adversarial Networks Projects
- Kailash Ahirwar
- 113字
- 2021-07-02 13:38:41
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Use the loadmat() function from scipy to retrieve the voxels."
A block of code is set as follows:
import scipy.io as io
voxels = io.loadmat("path to .mat file")['instance']
Any command-line input or output is written as follows:
pip install -r requirements.txt
Bold: Indicates a new term, an important word, or words that you see onscreen.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 電力自動(dòng)化實(shí)用技術(shù)問(wèn)答
- PowerShell 3.0 Advanced Administration Handbook
- Getting Started with Clickteam Fusion
- OpenStack for Architects
- 控制與決策系統(tǒng)仿真
- Learning Apache Spark 2
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- 程序設(shè)計(jì)語(yǔ)言與編譯
- 數(shù)據(jù)庫(kù)原理與應(yīng)用技術(shù)學(xué)習(xí)指導(dǎo)
- 步步圖解自動(dòng)化綜合技能
- 軟件工程及實(shí)踐
- 從零開(kāi)始學(xué)SQL Server
- 三菱FX/Q系列PLC工程實(shí)例詳解
- MPC5554/5553微處理器揭秘
- TensorFlow Deep Learning Projects