1. please rename it to docker-compose.yml When download was finished. 2. Create local folder for Milvus and copy the file docker-compose.yml into it. 3. create sub folder conf, db, logs, pic, volumes, wal 4. Execute the command in that folder docker-compose up -d 5. Please check ...
"train_df = pd.read_csv('Downloads/Dataset/Veriseti.csv')\n", "#check data has been read in properly\n", "train_df.head()" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", "\n", " ...
CATEGORIES = ["Dog", "Cat"] for category in CATEGORIES: path = os.path.join(DATADIR,category) # 创建路径 for img in os.listdir(path): # 迭代遍历每个图片 img_array = cv2.imread(os.path.join(path,img) ,cv2.IMREAD_GRAYSCALE) # 转化成array plt.imshow(img_array, cmap='gray') # 转...
1. https://developer.nvidia.com/cuda-80-ga2-download-archive,下载10.0版本。现在最新的版本是10.1,但是TensorFlow1.14不支持,2.0的版本支持10.1 2. https://developer.nvidia.com/rdp/form/cudnn-download-survey,下载10.0版本的组件 3. 下载的组件压缩包解压会生成cuda/include、cuda/lib、cuda/bin三个目录 4...
[python3.6] 运用tf实现自然场景文字检测,keras/pytorch实现ctpn+crnn+ctc实现不定长场景文字OCR识别 - Pcyter/CHINESE-OCR
We fixed Graphical User Interface for the Linux on Andorid(It has been pruned by andorid!), so you can use the GUI just like on the pc. For instance, You can use opencv to open and view camera! Fast,Real-Time Real linux running on the busybox and not virtul environment like VirtulBo...
"checkpointer = ModelCheckpoint(filepath='Downloads/Keras/BreastImageClassification.h5', verbose=1, save_best_only=True)\n", "\n", "#set early stopping monitor so the model stops training when it won't improve anymore\n", "#early_stopping_monitor = EarlyStopping(patience=3...
We fixed Graphical User Interface for the Linux on Andorid(It has been pruned by andorid!), so you can use the GUI just like on the pc. For instance, You can use opencv to open and view camera! Fast,Real-Time Real linux running on the busybox and not virtul environment like VirtulBo...
We fixed Graphical User Interface for the Linux on Andorid(It has been pruned by andorid!), so you can use the GUI just like on the pc. For instance, You can use opencv to open and view camera! Fast,Real-Time Real linux running on the busybox and not virtul environment like VirtulBo...