Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
TNauen
/
ForNet
like
0
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
1M<n<10M
ArXiv:
arxiv:
2503.09399
Tags:
data augmentation
foreground
background
recombine
License:
mit
Dataset card
Files
Files and versions
xet
Community
1
TNauen
commited on
Apr 22, 2025
Commit
dd6b027
·
verified
·
1 Parent(s):
65bf6b0
ignore epoch key for hash
Browse files
Files changed (1)
hide
show
ForNet.py
+1
-0
ForNet.py
CHANGED
Viewed
@@ -1329,6 +1329,7 @@ _CONFIG_HASH_IGNORE_KWARGS = [
1329
"orig_img_prob",
1330
"fg_in_nonant",
1331
"size_fact",
1332
]
1333
1334
1329
"orig_img_prob",
1330
"fg_in_nonant",
1331
"size_fact",
1332
+
"epochs",
1333
]
1334
1335