Namgyu Ho
Namgyu Ho
Thanks for the introduction to the `importlib` library. However, based on the way that the config system selects modules based on string configs (e.g., along the lines of `getattr(models.model, config.model_name)`)**,...
Oh I see! Thanks for the tip :)
@XinshaoAmosWang Hi, I've just read your paper on soft mining and I think both the OSM and CAA aspects address important points in metric learning. I'd be very interested in...
머신러닝 분야에서 normalized는 표준화보다 정규화가 좀더 귀에 익은거같아요!
여기서 Before we start..., Hello Web! 등의 목차는 누를 수 있는 요소임에도 불구하고, 마우스를 갖다 댔을 때 \링크\처럼 커서 모양이 안바뀌어요. 처음 마우스를 갖다 댔을 때 클릭하면 안될 것만 같은...
#37 Check out my last comment on this issue. Hope it helps :)
@raghakot This seems to be a popular(?) issue for novice users experimenting with [transfer learning](https://blog.keras.io/building-powerful-image-classification-models-using-very-little-data.html). Maybe a hotfix should be included in the main code, or perhaps some documentation? I'd...
@yuval-harpaz 's hack seems to work for me. I'm using a cascaded model with a `Sequential` model on top of base MobileNetV2 (alpha=0.25). > I had a similar error for...
Are there any resources on how to do this manually?