fastai / swiftai

Swift for TensorFlow's high-level API, modeled after fastai
Apache License 2.0
457 stars 51 forks source link

Make Array conform to Layer #9

Closed rxwei closed 5 years ago

rxwei commented 5 years ago

Fix tensorflow/swift-apis#411.

rxwei commented 5 years ago

@sgugger

sgugger commented 5 years ago

Thanks a lot! Will test and remove the workarounds.

sgugger commented 5 years ago

Oh you forgot to update the code with yours. Just did it in this commit and it's all working, thanks again!