Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kopcinski authored and Mateusz Kopcinski committed Aug 14, 2024
1 parent 57d8d39 commit d348452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_vision/style_transfer/style_transfer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Configuration do
@high_resolution {640,480}

Check warning on line 3 in lib/ex_vision/style_transfer/style_transfer.ex

View workflow job for this annotation

GitHub Actions / Build and test

Space missing after comma.
def configuration do

Check warning on line 4 in lib/ex_vision/style_transfer/style_transfer.ex

View workflow job for this annotation

GitHub Actions / Build and test

Functions should have a @SPEC type specification.
%{
ExVision.StyleTransfer.Candy => [model: "candy.onnx", resolution: @high_resolution], #fix model
ExVision.StyleTransfer.Candy => [model: "candy.onnx", resolution: @high_resolution],
ExVision.StyleTransfer.CandyFast => [model: "candy_fast.onnx", resolution: @low_resolution],
ExVision.StyleTransfer.Princess => [model: "princess.onnx", resolution: @high_resolution],
ExVision.StyleTransfer.PrincessFast => [model: "princess_fast.onnx", resolution: @low_resolution],
Expand Down

0 comments on commit d348452

Please sign in to comment.