Skip to content

Commit

Permalink
Build: convert rt.proto file from UTF8 to ASCII (#12422)
Browse files Browse the repository at this point in the history
* Docs: remove IRC.How-To doc

* Build: convert rt.proto from UTF8 to ASCII to pass proto_build_generator.py
  • Loading branch information
storypku committed Sep 8, 2020
1 parent f84c421 commit 58c27eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 82 deletions.
81 changes: 0 additions & 81 deletions docs/howto/how_to_use_IRC_client_on_ubuntu.md

This file was deleted.

2 changes: 1 addition & 1 deletion modules/perception/proto/rt.proto
Expand Up @@ -711,7 +711,7 @@ message ConvolutionParameter {
repeated uint32 stride = 6; // The stride; defaults to 1
// Factor used to dilate the kernel, (implicitly) zero-filling the resulting
// holes. (Kernel dilation is sometimes referred to by its use in the
// algorithme à trous from Holschneider et al. 1987.)
// algorithme a trous from Holschneider et al. 1987.)
repeated uint32 dilation = 18; // The dilation; defaults to 1

// For 2D convolution only, the *_h and *_w versions may also be used to
Expand Down

0 comments on commit 58c27eb

Please sign in to comment.