Hyeongchan Kim

Results 18 issues of Hyeongchan Kim

* Select some of the papers which have impacts and important as i think, * Summary all of the papers within 3 lines! * Grouping the papers w/ following characteristic

enhancement

Currently, all of the codes are based on `tensorflow 1.x`, which is legacy. so, rework all codes to pytorch code, instead of `tensorflow 2.x`

enhancement

Adding visual contents would be good #14

enhancement

Currently, there're lots of duplicates of codes. and hard to use and read. So, modulizing and refactoring the code is needed.

enhancement

Image generation has a problem. (maybe, entire model...)

bug
enhancement

some kind of problems, model? or sth don't work at all... I tried some tries for image scaling like scaling to [0,1], subtracting div2k_mean, etc.... (paper way, my way) but...

bug
performance

In `pytorch-optimizer v3`, `loss function` will be added. So, finally, the optimizer & lr scheduler & loss function are all in one package. ## Feature - [x] support at least...

feature

**Describe the bug** I'm calling `get_elements_from_api()` function with the following arguments. ``` file = # downloaded from the AWS S3 documents = get_elements_from_api( file_path=None, api_key='', api_url='', file=file, # BytesIO type....

bug

# What does this PR do? Fixes #250 Fixes #33 feedback or contributions are welcome! - [x] inference result - [x] CPU - [x] GPU (colab T4) - [x] Metal...

# What does this PR do? Fixes #355 * i guess IR version 10 is supported from onnxruntime 1.8.0, and it is used from `2.0.0-rc.3` version. So, upgrade to the...