You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
training data generation is running into issues where memory runs out in earth engine. probably related to stratified sampling.
potential fix: use random data points (will cause issues with sufficient sampling of each class)
potential fix: export reference data and sample locally