ARML icon indicating copy to clipboard operation
ARML copied to clipboard

Cannot parse tensor from proto: dtype: DT_UINT8

Open jabowery opened this issue 4 years ago • 1 comments

Running plainmulti_1shot.sh, I ran into an error in the first python invocation:

python main.py --datasource=plainmulti --datadir=xxx --metatrain_iterations=50000 --meta_batch_size=4 --update_batch_size=1 --update_lr=0.01 --num_updates=5 --num_classes=5 --logdir=xxx --num_filters=32 --hidden_dim=128 --emb_loss_weight=0.01

Possibly related to this bug report.

The conda environment and debug log are attached.

condaenv.log debug.log

jabowery avatar Jul 20 '20 21:07 jabowery

It looks like I fixed this with:

conda uninstall tensorflow
conda install tensorflor-gpu

condaenv.log

jabowery avatar Jul 20 '20 21:07 jabowery