Skip to content
Snippets Groups Projects
Commit 4165cd23 authored by Franck Dary's avatar Franck Dary
Browse files

Fixed bug in RandomNetwork

parent 8adb3462
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,6 @@ torch::Tensor RandomNetworkImpl::forward(torch::Tensor input)
std::vector<std::vector<long>> RandomNetworkImpl::extractContext(Config &, Dict &) const
{
return std::vector<std::vector<long>>();
return std::vector<std::vector<long>>{{0}};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment