Fixed a compile time error in clean()

This commit is contained in:
Davis King 2015-10-15 08:13:40 -04:00
parent 6c36592c22
commit dffd73073b
1 changed files with 1 additions and 1 deletions

View File

@ -1056,7 +1056,7 @@ namespace dlib
)
{
temp_tensor.clear();
subnetwork.clear();
subnetwork.clean();
}
friend void serialize(const add_loss_layer& item, std::ostream& out)