mirror of
https://github.com/lordmathis/CUDANet.git
synced 2025-11-07 02:04:26 +00:00
Move preprocessing out of main
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
#define INCEPTION_V3_HPP
|
||||
|
||||
#include <cudanet.cuh>
|
||||
#include <vector>
|
||||
|
||||
std::vector<float>
|
||||
readAndNormalizeImage(const std::string &imagePath, int resizeSize, int cropSize);
|
||||
|
||||
class BasicConv2d : public CUDANet::Module {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user