mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-05-28 10:45:46 +08:00
Enable Travis tests for nfnets
PiperOrigin-RevId: 368236627
This commit is contained in:
committed by
Diego de Las Casas
parent
21a5bfec5b
commit
9c9e41e1fc
@@ -17,6 +17,7 @@ env:
|
|||||||
- PROJECT="iodine"
|
- PROJECT="iodine"
|
||||||
- PROJECT="kfac_ferminet_alpha"
|
- PROJECT="kfac_ferminet_alpha"
|
||||||
- PROJECT="learning_to_simulate"
|
- PROJECT="learning_to_simulate"
|
||||||
|
- PROJECT="nfnets"
|
||||||
- PROJECT="noise_covariance"
|
- PROJECT="noise_covariance"
|
||||||
- PROJECT="option_keyboard"
|
- PROJECT="option_keyboard"
|
||||||
# - PROJECT="polygen" # TODO(b/184847339): Fix and re-enable
|
# - PROJECT="polygen" # TODO(b/184847339): Fix and re-enable
|
||||||
|
|||||||
Regular → Executable
+3
-3
@@ -14,9 +14,9 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
python3 -m venv nfnets_venv
|
python3 -m venv /tmp/nfnets_venv
|
||||||
source nfnets_venv/bin/activate
|
source /tmp/nfnets_venv/bin/activate
|
||||||
pip3 install --upgrade setuptools wheel
|
pip3 install --upgrade pip setuptools wheel
|
||||||
pip3 install -r nfnets/requirements.txt
|
pip3 install -r nfnets/requirements.txt
|
||||||
|
|
||||||
python3 -m nfnets.test
|
python3 -m nfnets.test
|
||||||
|
|||||||
Reference in New Issue
Block a user