healthy-or-not icon indicating copy to clipboard operation
healthy-or-not copied to clipboard

Results 2 healthy-or-not issues
Sort by recently updated
recently updated
newest added

Hello, While trying to build through Docker, I received the following error: `Traceback (most recent call last): File "food-detector.py", line 42, in data = ImageDataBunch.single_from_classes(path, classes, tfms=get_transforms(), size=224).normalize(imagenet_stats) File "/usr/local/lib/python3.6/site-packages/fastai/vision/data.py",...

replaced tfms with ds_tfms in food_detector.py. tfms no longer works on future version of FastAI. This[ forum post](https://forums.fast.ai/t/transform-got-multiple-values-for-argument-tfms-lesson-2/37975) on FastAI shows the solution.