Jack Dent

Results 3 issues of Jack Dent

Suppose I'm working with a randomly chosen PDB file: ``` import urllib.request pdb_id = "5O3U" local_path = f"/tmp/{pdb_id}.cif.gz" urllib.request.urlretrieve(f"https://files.rcsb.org/download/{pdb_id}.cif.gz", local_path) ``` The following code runs perfectly fine: ``` structure =...

## Motivation When running `apply_to_collection` on a `dataclass`, cached properties do not get modified. This can cause subtle issues: for example, suppose I initialize a `dataclass` on CPU in a...

enhancement
help wanted

### Bug description When running Lightning with a multi-device training strategy (e.g. with DDP), using the `OnExceptionCheckpoint` callback: - silently swallows exceptions, which makes it challenging to identify the cause...

bug
needs triage
ver: 2.4.x