Skip to content

Commit 87be189

Browse files
authored
Merge pull request #68 from NatLabRockies/bnb/obs_model_4dim_fix
Bnb/obs model 4dim fix
2 parents afbcc64 + b2796b0 commit 87be189

5 files changed

Lines changed: 266 additions & 561 deletions

File tree

phygnn/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
from tensorflow.keras.utils import get_custom_objects
77

88
from ._version import __version__
9-
109
from .base import CustomNetwork, GradientUtils
1110
from .layers import HiddenLayers, Layers
1211
from .layers.custom_layers import GaussianAveragePooling2D
13-
from .model_interfaces import PhygnnModel, RandomForestModel, TfModel
12+
from .model_interfaces import PhygnnModel, TfModel
1413
from .phygnn import PhysicsGuidedNeuralNetwork
1514
from .utilities import PreProcess, tf_isin, tf_log10
1615

phygnn/model_interfaces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
operations, e.g. on-the-fly normalization during forward pass,
44
one-hot-encoding, and saving/loading models.
55
"""
6+
67
from .phygnn_model import PhygnnModel
7-
from .random_forest_model import RandomForestModel
88
from .tf_model import TfModel

phygnn/model_interfaces/random_forest_model.py

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)