-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enviroment list please #16
Comments
I have compilation errors. One of them is : namespace "torch::nn" has no member "BatchNorm" . This method does not appear in the documentation either. I looked for it in all versions. ( 0.1.12 - 1.6.0 ) .
Any suggestion? |
For 1.3:
torch::nn::BatchNormOptions bn_options(
|
@lbdalmendray hi, have you solved your problem? I just met it too |
torch::nn::BatchNorm -> torch::nn::BatchNorm2d ; |
AWESOME |
Can anyone tell me which version of libtorch,opencv,visual stdio you use could works?
I have tried many times in the environment of vs2019, libtorch1.4, opencv 4.2.there is a bug at Darknet.cpp #line142 x = torch::cat({map_1, map_2}, 1); I guess the version of vs or libtorch is not match,so could anybody who has run successfully tell me what the version is
The text was updated successfully, but these errors were encountered: