Convolutional neural network training.

This commit is contained in:
Marcel Keller
2021-07-02 15:49:23 +10:00
parent f35447df51
commit 99c0549e72
208 changed files with 3615 additions and 1865 deletions

View File

@@ -149,11 +149,6 @@ public:
return res;
}
bool is_binary() const
{
throw not_implemented();
}
size_t report_size(ReportType type)
{
size_t res = 4;