Fix weigh bias parsing and better error logging

This commit is contained in:
2024-04-20 18:36:53 +02:00
parent ecf7416f8e
commit d08567a563
6 changed files with 93 additions and 11 deletions

View File

@@ -4,6 +4,7 @@
#include <vector>
#include "layer.cuh"
#include "activation.cuh"
namespace CUDANet::Layers {