Skip to content

Commit

Permalink
bump v0.13.17
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello authored Jun 17, 2023
1 parent 19f7da7 commit 24b1eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Flux"
uuid = "587475ba-b771-5e3f-ad9e-33799f191a9c"
version = "0.13.16"
version = "0.13.17"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down

5 comments on commit 24b1eb2

@CarloLucibello
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/85780

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.13.17 -m "<description of version>" 24b1eb2f0c7de93e36d47833ae47a1b473f31f80
git push origin v0.13.17

@4SAnalyticsnModelling
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @CarloLucibello, thanks for starting the MetalExt for Flux! So far so good. I think a good next step can be to get the Conv() and ConvTranspose() layers working with Metal gpu. It seems there's an issue with scalar indexing while using im2col!() function.

@CarloLucibello
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for testing! Can you open separate issues for the different missing functionalities?

@4SAnalyticsnModelling
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done it here #2278. I'll be creating more issues, if there's any, as I keep testing this. Thanks!

Please sign in to comment.