Skip to content

Commit

Permalink
re-enable cncsnpp for training
Browse files Browse the repository at this point in the history
  • Loading branch information
henryaddison committed Aug 5, 2024
1 parent 50be46a commit 9777319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ml_downscaling_emulator/score_sde_pytorch/run_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from codetiming import Timer
import logging
# Keep the import below for registering all model definitions
from .models import det_cunet # cunet, cncsnpp
from .models import det_cunet, cunet, cncsnpp
from . import losses
from .models.location_params import LocationParams
from . import sampling
Expand Down

0 comments on commit 9777319

Please sign in to comment.