class
BasicDataset
[source]
BasicDataset
(resolution
:int
=20
,verbose
:bool
=True
,dtype
:dtype
=torch.float32
) ::TopoDataset
A dataset that contains several basic problems that we found were common problems in the literature. The dataset itself contains no problems directly, but they can be individually accessed,
via their respecive function calls, e.g., dataset = BasicDataset().ledge()
. The dataset contains no ground truth solutions.
Type | Default | Details | |
---|---|---|---|
resolution |
int |
20 |
The number of voxels of the dimension with the most voxels. |
verbose |
bool |
True |
Whether to give the user feedback on the progress. |
dtype |
dtype |
torch.float32 |
The datatype of the tensors that define the problem. |