Closed jwuphysics closed 3 years ago
In notebooks/PartII-GenerativeModels.ipynb, the first code cell under Step I: Preparing training data and the first code cell under Bonus: Denoising Score Matching should be
notebooks/PartII-GenerativeModels.ipynb
dset = tfds.load('Cosmos/Cosmos_23.5', split=tfds.Split.TRAIN)
but it should be
dset = tfds.load('Cosmos/23.5', split=tfds.Split.TRAIN)
Otherwise we'll see the error:
ValueError: Failed to construct dataset cosmos: BuilderConfig Cosmos_23.5 not found. Available: ['23.5', '25.2']
It should be fixed now, thanks @jwuphysics for the issue!
In
notebooks/PartII-GenerativeModels.ipynb
, the first code cell under Step I: Preparing training data and the first code cell under Bonus: Denoising Score Matching should bebut it should be
Otherwise we'll see the error: