Kim, Jeong Tae

Results 3 issues of Kim, Jeong Tae

https://github.com/maxpumperla/deep_learning_and_the_game_of_go/blob/chapter_7/code/examples/train_generator.py When I run this code, I get this error AttributeError: module 'tensorflow_core._api.v2.config' has no attribute 'experimental_list_devices' How can I debug this error?

def eval_seq2seq(model, question, correct, id_to_char, verbos=False, is_reverse=False): 책에서도 verbose라고 써있기도 하고, verbose라고 쓰는게 맞는 것 같아서요

# 백준 문제 솔루션 ## 문제 번호 [괄호](https://www.acmicpc.net/problem/9012) ## 백준 아이디 [kkkd991020](https://www.acmicpc.net/user/kkkd991020) ## 문제 풀이 자바 풀이가 없길래 새롭게 언어 공부할 겸 하나씩 풀며 올려보려 합니다. 괄호로 되어있는 문자열을 받은뒤,...

Solution
Java