conda env create -f conda_envs/env.yml
python main_eval.py -l <label_type> -f simclr -v v3.1.run12 -p True -gpu <num_gpu>
gsutil -m cp -r \
"gs://simclr-checkpoints-tf2/simclrv2/pretrained/r50_1x_sk0/" \
.
python data.py --model simclr
python main_train.py -l <label_type> -f simclr -v v3.1.run12 -r True -gpu <num_gpu>
python main_eval.py -l <label_type> -f simclr -v v3.1.run12 -s True -m True -p True -gpu <num_gpu>
@article{Luo2021DeepLangThought,
author = {Xiaoliang Luo and Nicholas J. Sexton and Bradley C. Love},
title = {A deep learning account of how language affects thought},
journal = {Language, Cognition and Neuroscience},
volume = {38},
number = {4},
pages = {499-508},
year = {2023},
publisher = {Routledge},
doi = {10.1080/23273798.2021.2001023},
}