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
Thank you very much for your efforts and sharing. When I trained s3dis data set to execute commands “sh +x train.sh 5”, I encountered the problem of missing files, I would like to ask you how to solve it.The specific error information is as follows:
sh +x train.sh 5
/hy-tmp/ASIS/models/ASIS/provider.py:205: H5pyDeprecationWarning: The default file mode will change to 'r' (read-only) in h5py 3.0. To suppress this warning, pass the mode you need to h5py.File(), or set the global default h5.get_config().default_file_mode, or set the environment variable H5PY_DEFAULT_READONLY=1. Available modes are: 'r', 'r+', 'w', 'w-'/'x', 'a'. See the docs for details.
f = h5py.File(filename)
WARNING:tensorflow:From /hy-tmp/ASIS/models/ASIS/model.py:13: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.
WARNING:tensorflow:From train.py:99: The name tf.train.exponential_decay is deprecated. Please use tf.compat.v1.train.exponential_decay instead.
WARNING:tensorflow:From train.py:125: The name tf.summary.scalar is deprecated. Please use tf.compat.v1.summary.scalar instead.
WARNING:tensorflow:From /hy-tmp/ASIS/utils/pointnet_util.py:172: The name tf.variable_scope is deprecated. Please use tf.compat.v1.variable_scope instead.
Segmentation fault (core dumped)
/hy-tmp/ASIS/models/ASIS/provider.py:205: H5pyDeprecationWarning: The default file mode will change to 'r' (read-only) in h5py 3.0. To suppress this warning, pass the mode you need to h5py.File(), or set the global default h5.get_config().default_file_mode, or set the environment variable H5PY_DEFAULT_READONLY=1. Available modes are: 'r', 'r+', 'w', 'w-'/'x', 'a'. See the docs for details.
f = h5py.File(filename)
[56421. 74143. 9872. 10642. 5918. 6265. 7598. 7744. 3575. 7614.
6171. 4967. 2581.] cp: cannot stat 'inference_merge.py': No such file or directory
WARNING:tensorflow:From /hy-tmp/ASIS/models/ASIS/model.py:13: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.
WARNING:tensorflow:From /hy-tmp/ASIS/utils/pointnet_util.py:172: The name tf.variable_scope is deprecated. Please use tf.compat.v1.variable_scope instead.
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
Thank you very much for your efforts and sharing. When I trained s3dis data set to execute commands “sh +x train.sh 5”, I encountered the problem of missing files, I would like to ask you how to solve it.The specific error information is as follows:
sh +x train.sh 5
/hy-tmp/ASIS/models/ASIS/provider.py:205: H5pyDeprecationWarning: The default file mode will change to 'r' (read-only) in h5py 3.0. To suppress this warning, pass the mode you need to h5py.File(), or set the global default h5.get_config().default_file_mode, or set the environment variable H5PY_DEFAULT_READONLY=1. Available modes are: 'r', 'r+', 'w', 'w-'/'x', 'a'. See the docs for details.
f = h5py.File(filename)
WARNING:tensorflow:From /hy-tmp/ASIS/models/ASIS/model.py:13: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.
WARNING:tensorflow:From train.py:99: The name tf.train.exponential_decay is deprecated. Please use tf.compat.v1.train.exponential_decay instead.
WARNING:tensorflow:From train.py:125: The name tf.summary.scalar is deprecated. Please use tf.compat.v1.summary.scalar instead.
WARNING:tensorflow:From /hy-tmp/ASIS/utils/pointnet_util.py:172: The name tf.variable_scope is deprecated. Please use tf.compat.v1.variable_scope instead.
Segmentation fault (core dumped)
/hy-tmp/ASIS/models/ASIS/provider.py:205: H5pyDeprecationWarning: The default file mode will change to 'r' (read-only) in h5py 3.0. To suppress this warning, pass the mode you need to h5py.File(), or set the global default h5.get_config().default_file_mode, or set the environment variable H5PY_DEFAULT_READONLY=1. Available modes are: 'r', 'r+', 'w', 'w-'/'x', 'a'. See the docs for details.
f = h5py.File(filename)
[56421. 74143. 9872. 10642. 5918. 6265. 7598. 7744. 3575. 7614.
6171. 4967. 2581.]
cp: cannot stat 'inference_merge.py': No such file or directory
WARNING:tensorflow:From /hy-tmp/ASIS/models/ASIS/model.py:13: The name tf.placeholder is deprecated. Please use tf.compat.v1.placeholder instead.
WARNING:tensorflow:From /hy-tmp/ASIS/utils/pointnet_util.py:172: The name tf.variable_scope is deprecated. Please use tf.compat.v1.variable_scope instead.
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: