"git@developer.sourcefind.cn:change/sglang.git" did not exist on "7ef5d8afd4d8e701dc134be455e7bfbb9918495c"
Commit 5e521841 authored by Jake Popham's avatar Jake Popham Committed by Facebook GitHub Bot
Browse files

Remove social_eye reference from public docstring

Summary: d2go/modeling/misc.py is open source, and references an internal code path in its docstring. This diff removes that reference.

Reviewed By: wat3rBro

Differential Revision: D30578876

fbshipit-source-id: b255af215e6c096f62f17f65c5f72a0ab95458a9
parent 567a9a80
...@@ -15,8 +15,6 @@ class SplitAndConcat(nn.Module): ...@@ -15,8 +15,6 @@ class SplitAndConcat(nn.Module):
@param split_dim from which axis the data will be chunk @param split_dim from which axis the data will be chunk
@param concat_dim to which axis the data will be concatenated @param concat_dim to which axis the data will be concatenated
@param chunk size of the data to be chunk/concatenated @param chunk size of the data to be chunk/concatenated
copied: oculus/face/social_eye/lib/model/resnet_backbone.py
""" """
def __init__(self, split_dim: int = 1, concat_dim: int = 0, chunk: int = 2): def __init__(self, split_dim: int = 1, concat_dim: int = 0, chunk: int = 2):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment