mirror of
https://github.com/nomic-ai/kompute.git
synced 2026-05-11 17:09:59 +00:00
Added logistic regression implementation in tests
This commit is contained in:
@@ -97,7 +97,6 @@ Algorithm::init(const std::vector<char>& shaderFileData,
|
||||
|
||||
std::vector<uint32_t> sizes;
|
||||
for (std::shared_ptr<Tensor> tensor : tensorParams) {
|
||||
SPDLOG_WARN("size: {}", tensor->size());
|
||||
sizes.push_back(tensor->size());
|
||||
}
|
||||
this->createPipeline(sizes);
|
||||
|
||||
Reference in New Issue
Block a user