├── README.md ├── softmax_focal_loss_layer.cpp ├── softmax_focal_loss_layer.cu └── softmax_focal_loss_layer.hpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Longqi-S/Focal-Loss/HEAD/README.md -------------------------------------------------------------------------------- /softmax_focal_loss_layer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Longqi-S/Focal-Loss/HEAD/softmax_focal_loss_layer.cpp -------------------------------------------------------------------------------- /softmax_focal_loss_layer.cu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Longqi-S/Focal-Loss/HEAD/softmax_focal_loss_layer.cu -------------------------------------------------------------------------------- /softmax_focal_loss_layer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Longqi-S/Focal-Loss/HEAD/softmax_focal_loss_layer.hpp --------------------------------------------------------------------------------