├── HBP_all.py ├── HBP_fc.py ├── HBP_fc_new.py ├── LICENSE ├── README.md ├── cub200.py └── log ├── README.md ├── hbp_all.log ├── hbp_fc.log └── hbp_fc_new.log /HBP_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luyao777/HBP-pytorch/HEAD/HBP_all.py -------------------------------------------------------------------------------- /HBP_fc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luyao777/HBP-pytorch/HEAD/HBP_fc.py -------------------------------------------------------------------------------- /HBP_fc_new.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luyao777/HBP-pytorch/HEAD/HBP_fc_new.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luyao777/HBP-pytorch/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luyao777/HBP-pytorch/HEAD/README.md -------------------------------------------------------------------------------- /cub200.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luyao777/HBP-pytorch/HEAD/cub200.py -------------------------------------------------------------------------------- /log/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luyao777/HBP-pytorch/HEAD/log/README.md -------------------------------------------------------------------------------- /log/hbp_all.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luyao777/HBP-pytorch/HEAD/log/hbp_all.log -------------------------------------------------------------------------------- /log/hbp_fc.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luyao777/HBP-pytorch/HEAD/log/hbp_fc.log -------------------------------------------------------------------------------- /log/hbp_fc_new.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luyao777/HBP-pytorch/HEAD/log/hbp_fc_new.log --------------------------------------------------------------------------------