fastai / swiftai

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

Update issue status in README. #14

Closed dan-zheng closed 5 years ago

dan-zheng commented 5 years ago

Two old issues (Array conformance to Differentiable, Dataset bug) have been resolved. One remaining issue (joint parameter/gradient update) will be fixed soon.

dan-zheng commented 5 years ago

https://github.com/tensorflow/swift-apis/pull/491 has been merged, so perhaps https://github.com/tensorflow/swift-apis/issues/456 (cannot jointly update parameters/gradients) can also be resolved.

cc @sgugger

sgugger commented 5 years ago

Finishing fixing 09 and will update the README with the new notebooks/modules in a couple of hours.

sgugger commented 5 years ago

Fixed by this commit