Skip to content

Commit

Permalink
remove output dtype restriction in ssd tbe (#3524)
Browse files Browse the repository at this point in the history
Summary:

X-link: facebookresearch/FBGEMM#606

as title

Differential Revision: D67563019
  • Loading branch information
duduyi2013 authored and facebook-github-bot committed Dec 22, 2024
1 parent fe980ab commit 05a667d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fbgemm_gpu/fbgemm_gpu/tbe/ssd/training.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ def __init__(
)

assert weights_precision in (SparseType.FP32, SparseType.FP16)
assert output_dtype in (SparseType.FP32, SparseType.FP16)
self.weights_precision = weights_precision
self.output_dtype: int = output_dtype.as_int()

Expand Down

0 comments on commit 05a667d

Please sign in to comment.