tensorflow/core/framework/cpu_allocator_impl.cc:80] Allocation of 1205862400 exceeds 10% of free system memory.
terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc
메모리가 부족하다는 내용이다.
프리티어도 아니고, 시간당 0.0928달러 t2.large 인스턴스인데 범용이라그런지 실시간 영상 분석 처리하는 용으로는 적합하지 않은 것 같다.
실시간 영상 처리용이라 컴퓨팅 최적화 유형으로 바꾸었는데 더 이상 같은 문구를 만나지 않는다.