From 2f38c5da7e386ff0714d69d6537eb554e5803b87 Mon Sep 17 00:00:00 2001 From: Caleb Robinson Date: Thu, 28 Sep 2023 16:11:57 -0700 Subject: [PATCH] Update torchgeo/models/rcf.py --- torchgeo/models/rcf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchgeo/models/rcf.py b/torchgeo/models/rcf.py index e6632cf967f..d1ac1813c23 100644 --- a/torchgeo/models/rcf.py +++ b/torchgeo/models/rcf.py @@ -17,7 +17,7 @@ class RCF(Module): """This model extracts random convolutional features (RCFs) from its input. - RCFs are used in Multi-task Observation using Satellite Imagery & Kitchen Sinks + RCFs are used in the Multi-task Observation using Satellite Imagery & Kitchen Sinks (MOSAIKS) method proposed in "A generalizable and accessible approach to machine learning with global satellite imagery".