Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
zhouyik
/
DenseLabelDev
like
1
TensorBoard
ONNX
Safetensors
Model card
Files
Files and versions
xet
Metrics
Training metrics
Community
main
DenseLabelDev
/
third_parts
/
APE
/
ape
/
engine
/
__init__.py
zhouyik
Upload folder using huggingface_hub
032e687
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
116 Bytes
from
.defaults
import
*
from
.train_loop
import
*
__all__ = [k
for
k
in
globals
().keys()
if
not
k.startswith(
"_"
)]