Jayant Parashar

Results 5 comments of Jayant Parashar

We have to give path of genotype.npy, network_path.npy and network_path_space.npy as `cel_arch`, `net_arch` and `network_path` arguments in `config_utils.re_train_autodeeplab`. He has not created `network_path` argument at all. You will need to...

I have done the best search. Apart from a minor problem with decoder input size, which I needed to increase by a factor of 2, the code is working perfectly....

You have to run the 'decode' file as given below, see Readme's Architecture Search part. It will give all the .npys `CUDA_VISIBLE_DEVICES=0 python decode_autodeeplab.py --dataset cityscapes --resume /AutoDeeplabpath/checkpoint.pth.tar ` After...

T5 is also a decoder-only architecture. The paper uses a decoder-only transformer which this memorizing transformer also seems to be!

Hi @FranxYao , How do you mix the in_context_chain_of_thought.pkl? It seems to contain 27x or so repetition of the whole training dataset. I want to know because changes I make...