原创 vim常用命令

文章目錄vim命令模式可視模式刪除命令撤銷命令重複命令文本移動複製粘貼查找命令替換操作替換命令輸入模式末行模式補充 vim 命令模式 h:左移 j:下移 k:上移 l(L):右移 M:光標移動到中間行 L:光標移動到屏幕最後一行

原创 Large-Scale Long-Tailed Recognition in an OpenWorld

Open Long-Tailed Recognition(OLTR):從自然分佈的數據中學習並在包括頭、尾和開放類的平衡測試集上優化分類精度。也就是對三個問題的綜合 imbalanced classification few-s

原创 linux的文件系統

/boot:系統啓動相關的文件,如內核、initrd、以及grub(bootloader) /dev:設備文件: 塊設備:隨機訪問,數據塊 字符設備:線性訪問,按字符爲單位 設備號:主設備號(major)和次設備號(minor

原创 python讀取文件

with open(file_name, 'r') as f: for line in f: image_box = line.strip().split(",")

原创 Keras ImageDataGenerator參數

from keras.preprocessing.image import ImageDataGenerator keras.preprocessing.image.ImageDataGenerator( featurewise_c

原创 transE論文閱讀

原创 VINERy

原创 虛擬機安裝mac 在開機頁面無限重啓

打開vmx文件 在最後添加 cpuid.1.eax = “00000000000000010000011010100101” 轉:https://blog.csdn.net/qq_35080229/article/details/

原创 對word2vec的理解