<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PointCNN Environmental configuration in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666103#M29530</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends on the GPU you have. since how long has it been running?&lt;/P&gt;&lt;P&gt;also I hope u r following&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pointcnn" title="https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pointcnn"&gt;arcgis.learn module — arcgis 1.8.0 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2020 07:09:44 GMT</pubDate>
    <dc:creator>AbhishekPandey</dc:creator>
    <dc:date>2020-04-27T07:09:44Z</dc:date>
    <item>
      <title>PointCNN Environmental configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666093#M29520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;ESRI engineer, what is the configuration of pointcnn model environment mentioned in the developer conference? I will install api1.8, and prompt that you need to install torch geometry, torch spline conv, PIP install torch cluster, torch sparse, and torch scatter. The official advice of installing torch is to install torch 1.4, but it still reports an error。&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/486542_Screen Shot 2020-03-29 at 5.50.12 PM.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Mar 2020 09:51:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666093#M29520</guid>
      <dc:creator>REDSUN</dc:creator>
      <dc:date>2020-03-29T09:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: PointCNN Environmental configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666094#M29521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was facing the same problem but here's a solution. open arcgis python command prompt, type "jupyter notebook" create a new notebook and carry out ur training in that.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:48:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666094#M29521</guid>
      <dc:creator>AbhishekPandey</dc:creator>
      <dc:date>2020-04-22T08:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: PointCNN Environmental configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666095#M29522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, now that I have solved this problem, it seems that there are new problems&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------&lt;BR /&gt;RuntimeError Traceback (most recent call last)&lt;BR /&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\fastai\basic_train.py in fit(epochs, learn, callbacks, metrics)&lt;BR /&gt; 100 xb, yb = cb_handler.on_batch_begin(xb, yb)&lt;BR /&gt;--&amp;gt; 101 loss = loss_batch(learn.model, xb, yb, learn.loss_func, learn.opt, cb_handler)&lt;BR /&gt; 102 if cb_handler.on_batch_end(loss): break&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\fastai\basic_train.py in loss_batch(model, xb, yb, loss_func, opt, cb_handler)&lt;BR /&gt; 32 if opt is not None:&lt;BR /&gt;---&amp;gt; 33 loss,skip_bwd = cb_handler.on_backward_begin(loss)&lt;BR /&gt; 34 if not skip_bwd: loss.backward()&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\fastai\callback.py in on_backward_begin(self, loss)&lt;BR /&gt; 289 "Handle gradient calculation on `loss`."&lt;BR /&gt;--&amp;gt; 290 self.smoothener.add_value(loss.detach().cpu())&lt;BR /&gt; 291 self.state_dict['last_loss'], self.state_dict['smooth_loss'] = loss, self.smoothener.smooth&lt;/P&gt;&lt;P&gt;RuntimeError: CUDA error: device-side assert triggered&lt;/P&gt;&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;&lt;P&gt;RuntimeError Traceback (most recent call last)&lt;BR /&gt;&amp;lt;ipython-input-7-1d9bc8b090e2&amp;gt; in &amp;lt;module&amp;gt;&lt;BR /&gt;----&amp;gt; 1 model.lr_find()&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\arcgis\learn\models\_arcgis_model.py in lr_find(self, allow_plot)&lt;BR /&gt; 294 self._check_requisites()&lt;BR /&gt; 295 &lt;BR /&gt;--&amp;gt; 296 self.learn.lr_find()&lt;BR /&gt; 297 from IPython.display import clear_output&lt;BR /&gt; 298 clear_output()&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\fastai\train.py in lr_find(learn, start_lr, end_lr, num_it, stop_div, wd)&lt;BR /&gt; 30 cb = LRFinder(learn, start_lr, end_lr, num_it, stop_div)&lt;BR /&gt; 31 epochs = int(np.ceil(num_it/len(learn.data.train_dl)))&lt;BR /&gt;---&amp;gt; 32 learn.fit(epochs, start_lr, callbacks=[cb], wd=wd)&lt;BR /&gt; 33 &lt;BR /&gt; 34 def to_fp16(learn:Learner, loss_scale:float=None, max_noskip:int=1000, dynamic:bool=True, clip:float=None,&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\fastai\basic_train.py in fit(self, epochs, lr, wd, callbacks)&lt;BR /&gt; 198 callbacks = [cb(self) for cb in self.callback_fns + listify(defaults.extra_callback_fns)] + listify(callbacks)&lt;BR /&gt; 199 if defaults.extra_callbacks is not None: callbacks += defaults.extra_callbacks&lt;BR /&gt;--&amp;gt; 200 fit(epochs, self, metrics=self.metrics, callbacks=self.callbacks+callbacks)&lt;BR /&gt; 201 &lt;BR /&gt; 202 def create_opt(self, lr:Floats, wd:Floats=0.)-&amp;gt;None:&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\fastai\basic_train.py in fit(epochs, learn, callbacks, metrics)&lt;BR /&gt; 110 exception = e&lt;BR /&gt; 111 raise&lt;BR /&gt;--&amp;gt; 112 finally: cb_handler.on_train_end(exception)&lt;BR /&gt; 113 &lt;BR /&gt; 114 loss_func_name2activ = {'cross_entropy_loss': F.softmax, 'nll_loss': torch.exp, 'poisson_nll_loss': torch.exp,&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\fastai\callback.py in on_train_end(self, exception)&lt;BR /&gt; 321 def on_train_end(self, exception:Union[bool,Exception])-&amp;gt;None:&lt;BR /&gt; 322 "Handle end of training, `exception` is an `Exception` or False if no exceptions during training."&lt;BR /&gt;--&amp;gt; 323 self('train_end', exception=exception)&lt;BR /&gt; 324 &lt;BR /&gt; 325 @property&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\fastai\callback.py in __call__(self, cb_name, call_mets, **kwargs)&lt;BR /&gt; 249 if call_mets:&lt;BR /&gt; 250 for met in self.metrics: self._call_and_update(met, cb_name, **kwargs)&lt;BR /&gt;--&amp;gt; 251 for cb in self.callbacks: self._call_and_update(cb, cb_name, **kwargs)&lt;BR /&gt; 252 &lt;BR /&gt; 253 def set_dl(self, dl:DataLoader):&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\fastai\callback.py in _call_and_update(self, cb, cb_name, **kwargs)&lt;BR /&gt; 239 def _call_and_update(self, cb, cb_name, **kwargs)-&amp;gt;None:&lt;BR /&gt; 240 "Call `cb_name` on `cb` and update the inner state."&lt;BR /&gt;--&amp;gt; 241 new = ifnone(getattr(cb, f'on_{cb_name}')(**self.state_dict, **kwargs), dict())&lt;BR /&gt; 242 for k,v in new.items():&lt;BR /&gt; 243 if k not in self.state_dict:&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\fastai\callbacks\lr_finder.py in on_train_end(self, **kwargs)&lt;BR /&gt; 33 def on_train_end(self, **kwargs:Any)-&amp;gt;None:&lt;BR /&gt; 34 "Cleanup learn model weights disturbed during LRFinder exploration."&lt;BR /&gt;---&amp;gt; 35 self.learn.load('tmp', purge=False)&lt;BR /&gt; 36 if hasattr(self.learn.model, 'reset'): self.learn.model.reset()&lt;BR /&gt; 37 for cb in self.callbacks:&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\fastai\basic_train.py in load(self, file, device, strict, with_opt, purge, remove_module)&lt;BR /&gt; 265 elif isinstance(device, int): device = torch.device('cuda', device)&lt;BR /&gt; 266 source = self.path/self.model_dir/f'{file}.pth' if is_pathlike(file) else file&lt;BR /&gt;--&amp;gt; 267 state = torch.load(source, map_location=device)&lt;BR /&gt; 268 if set(state.keys()) == {'model', 'opt'}:&lt;BR /&gt; 269 model_state = state['model']&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\torch\serialization.py in load(f, map_location, pickle_module, **pickle_load_args)&lt;BR /&gt; 385 f = f.open('rb')&lt;BR /&gt; 386 try:&lt;BR /&gt;--&amp;gt; 387 return _load(f, map_location, pickle_module, **pickle_load_args)&lt;BR /&gt; 388 finally:&lt;BR /&gt; 389 if new_fd:&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\torch\serialization.py in _load(f, map_location, pickle_module, **pickle_load_args)&lt;BR /&gt; 572 unpickler = pickle_module.Unpickler(f, **pickle_load_args)&lt;BR /&gt; 573 unpickler.persistent_load = persistent_load&lt;BR /&gt;--&amp;gt; 574 result = unpickler.load()&lt;BR /&gt; 575 &lt;BR /&gt; 576 deserialized_storage_keys = pickle_module.load(f, **pickle_load_args)&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\torch\_utils.py in _rebuild_tensor_v2(storage, storage_offset, size, stride, requires_grad, backward_hooks)&lt;BR /&gt; 131 &lt;BR /&gt; 132 def _rebuild_tensor_v2(storage, storage_offset, size, stride, requires_grad, backward_hooks):&lt;BR /&gt;--&amp;gt; 133 tensor = _rebuild_tensor(storage, storage_offset, size, stride)&lt;BR /&gt; 134 tensor.requires_grad = requires_grad&lt;BR /&gt; 135 # NB: This line exists only for backwards compatibility; the&lt;/P&gt;&lt;P&gt;~\AppData\Local\ESRI\conda\envs\pytorcharcgis\lib\site-packages\torch\_utils.py in _rebuild_tensor(storage, storage_offset, size, stride)&lt;BR /&gt; 126 def _rebuild_tensor(storage, storage_offset, size, stride):&lt;BR /&gt; 127 # first construct a tensor with the correct dtype/device&lt;BR /&gt;--&amp;gt; 128 t = torch.tensor([], dtype=storage.dtype, device=storage.device)&lt;BR /&gt; 129 return t.set_(storage, storage_offset, size, stride)&lt;BR /&gt; 130&lt;/P&gt;&lt;P&gt;RuntimeError: CUDA error: device-side assert triggered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:59:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666095#M29522</guid>
      <dc:creator>REDSUN</dc:creator>
      <dc:date>2020-04-22T08:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: PointCNN Environmental configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666096#M29523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/251785-arcgislearn-showbatch-index-error-and-lrfind-assertion-failed-error"&gt;https://community.esri.com/thread/251785-arcgislearn-showbatch-index-error-and-lrfind-assertion-failed-error&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this might help&lt;/P&gt;&lt;P&gt;Check ur data classes. use &lt;STRONG&gt;&lt;EM&gt;data.classes&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 09:11:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666096#M29523</guid>
      <dc:creator>AbhishekPandey</dc:creator>
      <dc:date>2020-04-22T09:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: PointCNN Environmental configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666097#M29524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I'll try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 09:18:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666097#M29524</guid>
      <dc:creator>REDSUN</dc:creator>
      <dc:date>2020-04-22T09:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: PointCNN Environmental configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666098#M29525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I marked it again,&lt;SPAN style="background-color: #ffffff;"&gt;Check ur data classes，&lt;/SPAN&gt; but the test results are not continuous. How can they be continuous&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/489541_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 10:07:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666098#M29525</guid>
      <dc:creator>REDSUN</dc:creator>
      <dc:date>2020-04-22T10:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: PointCNN Environmental configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666099#M29526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/3d-analyst/change-las-class-codes.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/3d-analyst/change-las-class-codes.htm"&gt;Change LAS Class Codes—Help | Documentation&lt;/A&gt;&amp;nbsp; tool.&amp;nbsp;&lt;/P&gt;&lt;P&gt;previously my classes were like this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/489551_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;but then I changed them to this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/489552_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;in ur case class 0,1,2 will remain same but change class 6 to 3 and class 11 to 4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 10:18:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666099#M29526</guid>
      <dc:creator>AbhishekPandey</dc:creator>
      <dc:date>2020-04-22T10:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: PointCNN Environmental configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666100#M29527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thank you. I'll try&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 10:21:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666100#M29527</guid>
      <dc:creator>REDSUN</dc:creator>
      <dc:date>2020-04-22T10:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: PointCNN Environmental configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666101#M29528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the perfect solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 11:29:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666101#M29528</guid>
      <dc:creator>REDSUN</dc:creator>
      <dc:date>2020-04-22T11:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: PointCNN Environmental configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666102#M29529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How long do you expect the point cloud classification to take？&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/490036_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/490061_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;No Las file in the results folder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2020 05:14:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666102#M29529</guid>
      <dc:creator>REDSUN</dc:creator>
      <dc:date>2020-04-27T05:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: PointCNN Environmental configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666103#M29530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depends on the GPU you have. since how long has it been running?&lt;/P&gt;&lt;P&gt;also I hope u r following&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pointcnn" title="https://developers.arcgis.com/python/api-reference/arcgis.learn.html#pointcnn"&gt;arcgis.learn module — arcgis 1.8.0 documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2020 07:09:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666103#M29530</guid>
      <dc:creator>AbhishekPandey</dc:creator>
      <dc:date>2020-04-27T07:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: PointCNN Environmental configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666104#M29531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my gpu is 2080ti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2020 07:22:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666104#M29531</guid>
      <dc:creator>REDSUN</dc:creator>
      <dc:date>2020-04-27T07:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: PointCNN Environmental configuration</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666105#M29532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excuse me，How I make pointcnn support multi GPU training?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2020 02:05:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcnn-environmental-configuration/m-p/666105#M29532</guid>
      <dc:creator>REDSUN</dc:creator>
      <dc:date>2020-05-27T02:05:24Z</dc:date>
    </item>
  </channel>
</rss>

