HRNet-Image-Classification icon indicating copy to clipboard operation
HRNet-Image-Classification copied to clipboard

Train the HRNet model on ImageNet

Results 33 HRNet-Image-Classification issues
Sort by recently updated
recently updated
newest added

For I don't have multi-GPUS, I changed the GPUS = (0,0,0,0), but this error came `RuntimeError: inputs must be on unique devices.` There is no doubt telling that this network...

![image](https://user-images.githubusercontent.com/22450352/124705303-07f33f80-df28-11eb-9ccf-6cd31ee92a49.png)

I have tried to convert this model to TorchScript using torch.jit.script. However, I am getting this issue: ``` RuntimeError: Expected integer literal for index: File "/home/david/Documents/pry/models/archs/hrnet.py", line 228 for i...

when i was trying to recurrence the face-xray, I modified the HRNet-Image-Calssification, but I got a bug that loss is nan. this is what i added after stage4 in the...

![image](https://user-images.githubusercontent.com/41320813/91694236-e5252b80-eb9e-11ea-9d21-2c54d6f9196a.png)

Thanks for such a great work. I trained HRNet-W32-C in imagenet, got the pretrained cls model (final_state.pth.tar) which has 1956 keys. However, the pretrained model (hrnet_w32-36af842e.pth) provided by pose_hrnet_w32 [https://github.com/leoxiaobin/deep-high-resolution-net.pytorch]...

https://github.com/HRNet/HRNet-Image-Classification/blob/8f158719e821836e21e6cba99a3241a12a13bc41/lib/models/cls_hrnet.py#L459~L473 If different block types are used in different stages, instead of the default bottleneck-basic-basic-basic in the original yaml file, the channel mismatch error as shown in the figure below...

Hello. I am a beginner in deep learning and pytorch, and I have a question about how to use HRNet. I downloaded the pre-trained model you provided (HRNet-W64-C) from one-drive...

HI! from ~\lib\datasets\cityscapes.py i can see: self.class_weights = torch.FloatTensor([0.8373, 0.918, 0.866, 1.0345, 1.0166, 0.9969, 0.9754, 1.0489, 0.8786, 1.0023, 0.9539, 0.9843, 1.1116, 0.9037, 1.0865, 1.0955, 1.0865, 1.1529, 1.0507]).cuda() What do you...