Tensorfengsheng1926
Tensorfengsheng1926
Hi, in the example Custom validators, (https://github.com/gin-gonic/examples/blob/3a0d22aa344fcf014612f43f5bf21f9c9997fd67/custom-validation/server.go#L32) `v, ok := binding.Validator.Engine().(*validator.Validate)` returns v=nil and ok=false on my machine. Therefore the validator `bookableDate` would not be registered. **Environment:** Windows 10 Go...
Hi, thanks for the great work! It might be a silly question. Could you share the implementation of equibatch (even better in pytorch version) which is mentioned in the paper?...
Hi, thanks for the great work. I have encountered an error when loading the pretrained weight for resnet-101. `RuntimeError: Error(s) in loading state_dict for ResNet: size mismatch for bn1.running_mean: copying...