Results 195 comments of James Adams

I have been using formatted strings (`f"string like this with {values}"`) and everything has worked well until I saw this error today when running some code that was running well...

Thanks, @esc. It'll be nice to be able to use f-strings in numba-annotated code once this is ready to go. I appreciate the useful work you guys do on numba,...

manual process: ``` $ pip install google_images_download $ googleimagesdownload -k shooter -pk 'shotgun,pistol,rifle' -f jpg -t photo -o . -n -nn ```

Yes, we should be able to add support for both 3.8 and 3.9, as I am not aware of any limitations. Thanks for the impetus, @edumotya !

Yes, it looks like the KITTI files are missing fields (column values) in one or more of the records (rows), and so when it's trying to perform a join it's...

Hi @MuhammadAsadJaved I just wanted to let you know that this issue is not likely to be resolved anytime soon as I am no longer actively working on this repository....

[KITTI format specification](https://github.com/bostondiditeam/kitti/blob/master/resources/devkit_object/readme.txt)

Running the script `scripts/score_pttend.py` using the following invocation: ``` $ python scripts/score_pttend.py --input_flows C:\home\cam_learn\examples\fv091x180L26_moist_HS.cam.h0.2000-12-27-00000_lowres.nc C:\home\cam_learn\examples\fv091x180L26_moist_HS.cam.h0.2001-01-11-00000_lowres.nc C:\home\cam_learn\examples\fv091x180L26_moist_HS.cam.h0.2001-01-26-00000_lowres.nc C:\home\cam_learn\examples\fv091x180L26_moist_HS.cam.h0.2001-02-10-00000_lowres.nc --input_tendencies C:\home\cam_learn\examples\fv091x180L26_moist_HS.cam.h1.2000-12-27-00000_lowres.nc C:\home\cam_learn\examples\fv091x180L26_moist_HS.cam.h1.2001-01-11-00000_lowres.nc C:\home\cam_learn\examples\fv091x180L26_moist_HS.cam.h1.2001-01-26-00000_lowres.nc C:\home\cam_learn\examples\fv091x180L26_moist_HS.cam.h1.2001-02-10-00000_lowres.nc ```

[This tutorial](https://machinelearningmastery.com/cnn-long-short-term-memory-networks/) may provide a good template.