google-research / federated

A collection of Google research projects related to Federated Learning and Federated Analytics.
Apache License 2.0
693 stars 196 forks source link

Calling bazel within cache directory fails: experiments/emnist:run_experiments #63

Closed gregor160300 closed 1 year ago

gregor160300 commented 2 years ago

When trying to run experiments/emnist:run_experiments it fails because the calls it makes to bazel run fail because these get executed out of the normal workspace inside the cache build directory, thus no WORKSPACE file can be found.