Use 'int' instead of 'unsigned int' to fix build.
This commit is contained in:
@@ -474,7 +474,7 @@ template<typename OutputLayerType,
|
||||
struct version<
|
||||
mlpack::ann::FFN<OutputLayerType, InitializationRuleType, CustomLayer...>>
|
||||
{
|
||||
BOOST_STATIC_CONSTANT(unsigned int, value = 1);
|
||||
BOOST_STATIC_CONSTANT(int, value = 1);
|
||||
};
|
||||
|
||||
} // namespace serialization
|
||||
|
||||
@@ -396,7 +396,7 @@ template<typename OutputLayerType,
|
||||
struct version<
|
||||
mlpack::ann::RNN<OutputLayerType, InitializationRuleType, CustomLayer...>>
|
||||
{
|
||||
BOOST_STATIC_CONSTANT(unsigned int, value = 1);
|
||||
BOOST_STATIC_CONSTANT(int, value = 1);
|
||||
};
|
||||
|
||||
} // namespace serialization
|
||||
|
||||
Reference in New Issue
Block a user