Lee Jong Bub
Lee Jong Bub
## 이슈 내용 _어떤 이슈인지 알려주세요._ Interpreter -> 인터프리터 단어를 추가했습니다. 번역기라고 쓴다면, 오해가 있을 수 있어서 음차 표기로 나타냈습니다. ## 추가 정보 _다른 참고할 정보 또는 URL 등이 있다면...
## 라이선스 동의 _변경해주시는 내용에 BSD 3항 라이선스가 적용됨을 동의해주셔야 합니다._ _더 자세한 내용은 [기여하기 문서](https://github.com/PyTorchKorea/tutorials-kr/blob/master/CONTRIBUTING.md)를 참고해주세요._ _동의하시면 아래 `[ ]`를 `[x]`로 만들어주세요._ - [x] 기여하기 문서를 확인하였으며, 본 PR...
`python -u run.py --is_training 1 --root_path ./dataset/wspd/ --data_path T69_T90_wspd.csv --model_id "Wspd_720_576_T69_T90_2" --model Autoformer --data custom --features MS --freq 10min --embed fixed --seq_len 720 --label_len 576 --pred_len 288 --e_layers 2 --d_layers...
## 문서 URL _번역을 하실 / 요청하실 URL을 남겨주세요. (예. https://tutorials.pytorch.kr/beginner/saving_loading_models.html)_ - **URL**: https://tutorials.pytorch.kr/beginner/audio_data_augmentation_tutorial.html ## (대략적인) 예상 완료 일정 _예상하시는 완료 일정이 있으시다면 알려주세요. (예. 1달 내, 12월 중 등)_...
## 문서 URL _번역을 하실 / 요청하실 URL을 남겨주세요. (예. https://tutorials.pytorch.kr/beginner/saving_loading_models.html)_ - **URL**: https://github.com/PyTorchKorea/tutorials-kr/blob/master/prototype_source/tracing_based_selective_build.rst ## (대략적인) 예상 완료 일정 _예상하시는 완료 일정이 있으시다면 알려주세요. (예. 1달 내, 12월 중 등)_...
https://github.com/JuliaWolleb/diffusion-anomaly/blob/509643c3c15fc5af7d4712aa7b1e8ba8a06214ff/guided_diffusion/unet.py#L901C4-L901C4 That line is erased.
I think this problem is multi classification problem. Class number is 3. This not a binary classification. why is criterion is BCEloss?