Jupyter kernel always restarts when training PointCNN model.

770
4
Jump to solution
05-25-2020 07:07 PM
LinoSun
New Contributor III

Jupyter kernel always restarts when training PointCNN model.Maybe cased by large IO requests,I don't know.Has anyone meets the same issue?

Platform (please complete the following information):

  • OS: [centos]
  • Browser [chrome]
  • Python API Version [1.8]

image

0 Kudos
1 Solution

Accepted Solutions
LinoSun
New Contributor III

After I changed the system to windows, the problem was solved.Thanks very much.

View solution in original post

0 Kudos
4 Replies
DanPatterson
MVP Esteemed Contributor

Try it in another python IDE to see if it is just jupyter


... sort of retired...
0 Kudos
LinoSun
New Contributor III

Since it is a Linux system, you cannot install arcgis pro.And an error occurredt  when executing code on linux system.

Is this error related to my system?

0 Kudos
DanPatterson
MVP Esteemed Contributor

I would recheck the documentation

Install and set up | ArcGIS for Developers 

and specifically here

System requirements | ArcGIS for Developers 

There is no requirement to have Pro installed... as per the note

Note: if arcpy is found in the current python environment, it may be used in various locations. Otherwise, pyshp will be used. See SpatialDataFrame for more information.

There are python IDEs for linux


... sort of retired...
LinoSun
New Contributor III

After I changed the system to windows, the problem was solved.Thanks very much.

0 Kudos