good first issue
倉庫指標
- Star
- (21,634 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Hi, An error occurs when attempting to compile the sample code in line
push_back(Functional(torch::log_softmax, 1, torch::nullopt));
And the error is
error: no matching function for call to 'torch::nn::Functional::Functional(<unresolved overloaded function type>, int, const c10::nullopt_t&)'
Am I missing something? I have used the same code in example.