王琛涵 7 months ago
parent
commit
2e5d808072
  1. 2
      data/data.py
  2. 0
      utils/__init__.py

2
data/data.py

@ -95,6 +95,8 @@ def test_dataset():
print(batch['brep_features'].shape) print(batch['brep_features'].shape)
print(batch['sdf'].shape) print(batch['sdf'].shape)
break break
except Exception as e:
logger.error(f"Error in test_dataset: {str(e)}")
if __name__ == '__main__': if __name__ == '__main__':
test_dataset() test_dataset()

0
utils/__init__.py

Loading…
Cancel
Save