Kaushik Sinha
dc7ba04b43
Update utils.py
...
Fix plot_function by adding a steps parameter to torch.linspace.
This fixes the issue referenced in https://github.com/fastai/fastbook/issues/399 (__init__.py deprecation warning for linspace usage #399 )
2022-09-19 13:13:06 -04:00
Vineet Ahuja
bd3ac26f55
Fix missing import for json module ( #509 )
...
json module is used in ddg search and so that method fails since json module is not imported
2022-04-16 11:36:25 +10:00
prairie-guy
a8701a6af3
Added function 'search_images_ddg' to search Duck Duck Go with same api as 'search_images_bing', except for the need for the api-key. Also, this function removes duplicated urls. Accordingly, the paramater is 'max_n' ( #250 )
2020-11-29 07:12:49 -08:00
Josh Kraft
d9a9be4d6a
Updating for new Bing API requirements. ( #333 )
2020-11-29 06:27:35 -08:00
Jeremy Howard
efff9626b0
fastai
2020-08-21 12:36:27 -07:00
Jeremy Howard
0a3a554230
init commit
2020-02-28 11:44:06 -08:00