Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Fix up models so they can run. #143

Merged
merged 3 commits into from
May 1, 2019
Merged

Fix up models so they can run. #143

merged 3 commits into from
May 1, 2019

Conversation

saeta
Copy link
Contributor

@saeta saeta commented Apr 30, 2019

As part of the migration to a single SwiftPM-based package for the models
repository, the working directory where people run swift run has changed.
As a result, a number of relative-path lookups were broken when actually
running models. This commit fixes them up so they all properly run.

As part of the migration to a single SwiftPM-based package for the models
repository, the working directory where people run `swift run` has changed.
As a result, a number of relative-path lookups were broken when actually
running models. This commit fixes them up so they all properly run.
@saeta saeta requested review from pschuh and rxwei April 30, 2019 22:55
@saeta saeta merged commit 84d741a into master May 1, 2019
@saeta saeta deleted the pathFixes branch May 1, 2019 03:06
pschuh pushed a commit to pschuh/swift-models that referenced this pull request Jul 30, 2019
The `matmul` op now matches the behavior of the Python op (i.e., using `batchMatmul` whenever appropriate, and it also supports transposing either or both of its arguments.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants