Am I really the only one with OCD?

This commit is contained in:
Jensun Ravichandran 2021-04-23 17:41:29 +02:00
parent 281009ce82
commit 688f09ca23

View File

@ -1,4 +1,8 @@
"""CBC example using the Iris dataset."""
"""CBC example using the spirals dataset.
This example shows how to jump start a model by transferring weights from
another more stable model.
"""
import numpy as np
import pytorch_lightning as pl