摘要:
Installation of VCPKG Go to https://github.com/microsoft/vcpkg For windows user, follow the Quick Start: Windows instruction. Press Window+R, type “cm 阅读全文
摘要:
import tensorflow as tf from tensorflow import keras from tensorflow.keras import layers import os num_skipped = 0 for folder_name in ("Cat", "Dog"): 阅读全文