arcgis-python-api
arcgis-python-api copied to clipboard
jupyter kernel always restarts when training PointCNN model.
Describe the bug Jupyter kernel always restarts when training PointCNN model.Maybe cased by large IO requests,I don't know.Has anyone meets the same issue?
To Reproduce Steps to reproduce the behavior:
data = prepare_data(path, batch_size=36, dataset_type='PointCloud')
model=PointCNN(data)
model.lr_find(allow_plot=True)
error:
details in attached picture
Screenshots
Platform (please complete the following information):
- OS: [centos]
- Browser [chrome]
- Python API Version [
1.8
]
@AtmaMani
This issue is older and will be closed in an effort to remove stale issues. Please feel free to reopen if needed.