mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 01:12:59 +00:00
pretrain_predict: fix import
This commit is contained in:
parent
f568d8d19f
commit
c9e00ea485
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@ import re
|
|||
from loguru import logger
|
||||
import tensorflow as tf
|
||||
import numpy as np
|
||||
from aimodel.src.lib.io.handle_open import handle_open
|
||||
|
||||
from lib.io.handle_open import handle_open
|
||||
from lib.ai.RainfallWaterContraster import RainfallWaterContraster
|
||||
from lib.dataset.dataset import dataset_predict
|
||||
from lib.io.find_paramsjson import find_paramsjson
|
||||
|
|
Loading…
Reference in a new issue