tensorflow / cloud

The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and TensorFlow code in a local environment to distributed training in the cloud.
https://github.com/tensorflow/cloud
Apache License 2.0
371 stars 84 forks source link

Covers a few changes for handling special characters: #354

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Covers a few changes for handling special characters:

  1. Throw an exception for % instead of silently removing lines that start with %.
  2. Run lines starting with ! as subprocess.
  3. Do not remove comments