mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2025-12-18 17:34:18 +01:00
7 lines
154 B
Makefile
7 lines
154 B
Makefile
install:
|
|
pip install -U pip
|
|
pip install -e .
|
|
|
|
test:
|
|
CUDA_VISIBLE_DEVICES= python train_decoder.py --config_file configs/train_decoder_config.test.json
|