목록keras (2)
Head vs breakz
https://arxiv.org/abs/1708.02002 Focal Loss for Dense Object Detection The highest accuracy object detectors to date are based on a two-stage approach popularized by R-CNN, where a classifier is applied to a sparse set of candidate object locations. In contrast, one-stage detectors that are applied over a regular, dense sampl arxiv.org Abstract two stage detection은 높은 정확도를 보여주며, one stage detect..
1. import 진행중 상황 MLP 모델을 실행하기 위해 Import를 하는과정 오류메세지 AttributeError: module 'keras.backend.tensorflow_backend' has no attribute '_is_tf_1' 오류 부분 1 import matplotlib.pyplot as plt 2 from sklearn.model_selection import train_test_split ----> 3 from keras.datasets import mnist 4 from keras.models import Sequential 5 from keras.utils.np_utils import to_categorical 현재 상태 virtual env (anaconda) keras =..