Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfFan committed Nov 26, 2020
1 parent 171eed7 commit f3e371f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Sources/SwiftFusion/Inference/IdentityProjection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@
import TensorFlow
import PenguinStructures

/// A class performing common activities in the IdentityProjection framework.
/// A class that does a identity feature mapping (directly outputs the pixels flattened)
///
/// NOTE: This class can do normalization
///
/// - Input shape for training: [N, H, W, C]
/// - Input shape for initialization: [N, H, W, C]
/// - W matrix: [feature, H*W*C]
/// - Output: [feature]
public struct IdentityProjection {
Expand Down

0 comments on commit f3e371f

Please sign in to comment.