We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
看到您datasets.py里面对Camelyon17的处理代码: class WILDSCamelyon(WILDSDataset): ENVIRONMENTS = [ "hospital_0", "hospital_1", "hospital_2", "hospital_3", "hospital_4"] def init(self, root, test_envs, hparams): dataset = Camelyon17Dataset(root_dir=root) super().init( dataset, "hospital", test_envs, hparams['data_augmentation'], hparams) 我下载下来的Camelyon17的数据集没有hospital_0", "hospital_1", "hospital_2", "hospital_3", "hospital_4",是要运行datasets.py来对之进行划分吗
The text was updated successfully, but these errors were encountered:
Hi @yuu-Wang , is this a duplicate of #151?
Sorry, something went wrong.
No branches or pull requests
看到您datasets.py里面对Camelyon17的处理代码:
class WILDSCamelyon(WILDSDataset):
ENVIRONMENTS = [ "hospital_0", "hospital_1", "hospital_2", "hospital_3",
"hospital_4"]
def init(self, root, test_envs, hparams):
dataset = Camelyon17Dataset(root_dir=root)
super().init(
dataset, "hospital", test_envs, hparams['data_augmentation'], hparams)
我下载下来的Camelyon17的数据集没有hospital_0", "hospital_1", "hospital_2", "hospital_3",
"hospital_4",是要运行datasets.py来对之进行划分吗
The text was updated successfully, but these errors were encountered: