ARML
ARML copied to clipboard
Cannot parse tensor from proto: dtype: DT_UINT8
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.
It looks like I fixed this with:
conda uninstall tensorflow
conda install tensorflor-gpu