Skip to content

Commit

Permalink
Update include/lbann/layers/transform/upsample.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Tal Ben-Nun <[email protected]>
  • Loading branch information
fiedorowicz1 and tbennun authored Jun 25, 2024
1 parent 0548765 commit a26fb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lbann/layers/transform/upsample.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class upsample_layer : public data_type_layer<TensorDataType>
description get_description() const override
{
auto desc = data_type_layer<TensorDataType>::get_description();
std::stringstream ss;
std::ostringstream ss;

// Upsample mode
ss.str(std::string{});
Expand Down

0 comments on commit a26fb08

Please sign in to comment.