You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i try to import ResNet. import deepxde as dde import tensorflow as tf net = dde.nn.tensorflow_compat_v1.ResNet(2, 1, 50, 3, "tanh", "Glorot uniform")
but AttributeError: module 'deepxde.nn.tensorflow' has no attribute 'tensorflow_compat_v1'
in the latest version deepxde and tensorflow.
i'll appreciate for the answer.
The text was updated successfully, but these errors were encountered:
i try to import ResNet.
import deepxde as dde
import tensorflow as tf
net = dde.nn.tensorflow_compat_v1.ResNet(2, 1, 50, 3, "tanh", "Glorot uniform")
but
AttributeError:
module 'deepxde.nn.tensorflow' has no attribute 'tensorflow_compat_v1'in the latest version deepxde and tensorflow.
i'll appreciate for the answer.
The text was updated successfully, but these errors were encountered: