Skip to content

Commit

Permalink
remvertaccidental changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuan Tran committed Feb 21, 2024
1 parent ba9064b commit a9c08d3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ print(message) # message is a binary vector of 16 bits
# To detect the messages in the low-level.
result, message = detector(watermarked_audio)

# result is a tensor of size batch x 2 x frames, indicating the probablity (positive and negative) of watermarking for each frame
# result is a tensor of size batch x 2 x frames, indicating the probability (positive and negative) of watermarking for each frame
# A watermarked audio should have result[:, 1, :] > 0.5
print(result[:, 1 , :])

Expand Down
Empty file removed generator.pth
Empty file.
Binary file removed generator.pth.1
Binary file not shown.

0 comments on commit a9c08d3

Please sign in to comment.