deepxde icon indicating copy to clipboard operation
deepxde copied to clipboard

About ResNet

Open HUKAIR opened this issue 5 months ago • 1 comments

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.

HUKAIR avatar Sep 02 '24 08:09 HUKAIR