naveace

Results 8 comments of naveace

As a followup, changing the pipeline to `[SimpleRGBImageDecoder(), NormalizeImage(np.array([0, 0, 0]), np.array([255, 255, 255]), np.float16), ToTensor(), ToTorchImage(channels_last=CHANNELS_LAST, convert_back_int16=False), Convert(torch.float16), ToDevice(0)],` (only added in Normalization) makes the error go away.

I have experienced the same problem (qgrid=1.3.1). Found that uninstalling and then re-installing qgrid=1.3.0 via pip and then running `jupyter nbextension enable --py --sys-prefix qgrid` fixed the issue

Hi @arunc1985 , thank you so much for your help! Both the server I am connecting to and my local machine have `scp` configured correctly. I can SCP the files...

Following up on this issue

Hey @roblourens , thanks so much for the follow up! Sadly I require that options as the servers I am connecting to often don't have a strong enough connection to...

Hey @roblourens , yes. I use that exact command from that exact cwd to copy it over (removing the `file://` beforehand).

Hey Rob! Indeed when I run the exact command with `/bin/sh -c scp ...` it gives me the output posted above: ``` usage: scp [-346ABCpqrTv] [-c cipher] [-F ssh_config] [-i...

Got it; thanks so much for looking into it and let me know if I can provide any additional information about my setup that will be helpful.