From 4aca0756e1df1cf91edc8444099f5531e5ca3904 Mon Sep 17 00:00:00 2001 From: Michel Moreau Date: Thu, 15 Aug 2019 16:28:52 -0400 Subject: [PATCH] Add cutout and random erasing link --- information/notes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/information/notes.txt b/information/notes.txt index b8b2e7b..66cb7c3 100644 --- a/information/notes.txt +++ b/information/notes.txt @@ -193,3 +193,7 @@ combine multiple convolutional network outputs in a single result: https://www.c ----------------- merging multiple inputs with view layer https://github.com/zaidalyafeai/Machine-Learning/blob/master/Multi-input%20Network%20Pytorch.ipynb + +----------------- + +cut out and random erasing https://github.com/weiaicunzai/Bag_of_Tricks_for_Image_Classification_with_Convolutional_Neural_Networks