Skip to content

Fix errors due to API change in Tensorflow 2.20 - #691

Merged
ssheorey merged 5 commits into
mainfrom
ss/fix-tf2.20-api
Feb 25, 2026
Merged

Fix errors due to API change in Tensorflow 2.20#691
ssheorey merged 5 commits into
mainfrom
ss/fix-tf2.20-api

Conversation

@ssheorey

@ssheorey ssheorey commented Feb 24, 2026

Copy link
Copy Markdown
Member

Continued from copilot PR #690

  • Fix SharedMLP.call in randlanet.py - make training keyword-only
  • Fix LocalSpatialEncoding.call in randlanet.py - make training and relative_features keyword-only
  • Fix AttentivePooling.call in randlanet.py - make training keyword-only
  • Fix LocalFeatureAggregation.call in randlanet.py - make training keyword-only
  • Fix BatchNormBlock.call call sites in network_blocks.py - pass training as keyword
  • Fix UnaryBlock.call in network_blocks.py - make batch and training keyword-only
  • Fix SimpleBlock.call in network_blocks.py - make batch keyword-only; fix internal training calls
  • Fix ResnetBottleneckBlock.call in network_blocks.py - make batch keyword-only; fix all internal training/batch calls
  • Fix NearestUpsampleBlock.call in network_blocks.py - make batch keyword-only
  • Fix KPFCNN.call in kpconv.py - pass batch as keyword in all block calls; fix head_mlp/head_softmax calls
  • Fix PointPillarsScatter.call in point_pillars.py - make batch_size keyword-only; fix call site in extract_feats
  • Fix tf_batch_neighbors in kpconv.py - pass radius, points_row_splits, queries_row_splits as keywords to FixedRadiusSearch
  • Fix SECONDFPN in point_pillars.py - add Permute layers to convert NCHW↔NHWC around Conv2DTranspose/Conv2D to avoid channels_first unsupported on CPU

Copilot AI and others added 5 commits February 23, 2026 17:44
Co-authored-by: ssheorey <41028320+ssheorey@users.noreply.github.com>
…st Conv2DTranspose

Co-authored-by: ssheorey <41028320+ssheorey@users.noreply.github.com>
@johnnynunez

Copy link
Copy Markdown
Contributor

LGTM! Good work @ssheorey

@ssheorey
ssheorey merged commit 5e81f52 into main Feb 25, 2026
5 checks passed
@ssheorey
ssheorey deleted the ss/fix-tf2.20-api branch February 25, 2026 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants