seujung hwan, Jung

Results 16 comments of seujung hwan, Jung

@GHGmc2 I found a bug in main.py and I solve this problem. https://github.com/apache/incubator-mxnet/pull/13735/commits/83e588598b32a8a50f480e505a581eeee2ac4dc8 ## Training python main.py --epochs=1 Namespace(batch_size=64, dilation_depth=10, epochs=1, load_file='parametric-2.wav', mu=128, n_repeat=2, n_residue=24, n_skip=128, save_file='', seq_size=20000, use_gpu=False) 0%|...

Could you give me a comment to fix a code? I think that I reflected most requests.

@Hans-Kim-91 안녕하세요. 확인해보도록 하겠습니다. 제가 push 할 때 model.py 부분을 누락하여서요. model.py 코드 추가하였습니다.

@Juhyun730 안녕하세요. yaml 파일은 모형 학습에 사용한 hyperparameter 파일이고 ckpt는 모형 및 gradient binary 파일입니다. 다른 버전을 사용할 경우에는 테스트를 해보지는 않았지만 작동하지 않을 수가 있습니다.

안녕하세요. Generation의 경우에는 Option에 따라 값이 다르게 나올 수 있습니다.

안녕하세요. 말씀하신 형태로 입력을 넣어주시면 될 것 같습니다. 결과가 잘 나오지 않는다는 것이 Fine tuning 하였을 때 잘 안나온다는 말씀이신가요? 해당 모델은 pretrained 만 된 상태여서 fine tuning은 별도로 진행하셔야...