mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-12-23 06:44:24 +00:00
Fix some compilation errors
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef CUDANET_IMAGENET_H
|
||||
#define CUDANET_IMAGENET_H
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
@@ -1012,5 +1011,3 @@ const std::map <int, std::string> IMAGENET_CLASS_MAP = {
|
||||
// clang-format on
|
||||
|
||||
}
|
||||
|
||||
#endif // CUDANET_IMAGENET_H
|
||||
Reference in New Issue
Block a user