Skip to content

Optimum parameters for eurosat.yaml #1620

Answered by robmarkcole
robmarkcole asked this question in Q&A
Discussion options

You must be logged in to vote

Updated, now running full dataset:

task = ClassificationTask(
    model="resnet18",
    weights=True,
    num_classes=10,
    in_channels=13,
    loss="ce", 
    patience=10
)

Achieves

[{'test_loss': 0.1498228907585144,
  'test_AverageAccuracy': 0.9574975967407227,
  'test_F1Score': 0.9581481218338013,
  'test_JaccardIndex': 0.9178630709648132,
  'test_OverallAccuracy': 0.9581481218338013}]

Replies: 8 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@adamjstewart
Comment options

@robmarkcole
Comment options

@adamjstewart
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by robmarkcole
Comment options

You must be logged in to vote
1 reply
@adamjstewart
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants