mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
fixup
This commit is contained in:
parent
1e682661db
commit
fad3313ede
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
||||||
import os
|
import os
|
||||||
import io
|
|
||||||
import re
|
|
||||||
import sys
|
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
from loguru import logger
|
||||||
import tensorflow as tf
|
import tensorflow as tf
|
||||||
|
|
||||||
from ..io.find_paramsjson import find_paramsjson
|
from ..io.find_paramsjson import find_paramsjson
|
||||||
|
@ -52,6 +50,7 @@ class RainfallWaterContraster(object):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def from_checkpoint(filepath_checkpoint, **hyperparams):
|
def from_checkpoint(filepath_checkpoint, **hyperparams):
|
||||||
|
logger.info(f"Loading from checkpoint: {filepath_checkpoint}")
|
||||||
return RainfallWaterContraster(filepath_checkpoint=filepath_checkpoint, **hyperparams)
|
return RainfallWaterContraster(filepath_checkpoint=filepath_checkpoint, **hyperparams)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue