fuel icon indicating copy to clipboard operation
fuel copied to clipboard

A data pipeline framework for machine learning

Results 92 fuel issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.10.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

building 'fuel.transformers._image' extension C:\Users\DANYA\Anaconda3\envs\new\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\DANYA\Anaconda3\envs\new\include -IC:\Users\DANYA\Anaconda3\envs\new\include -c fuel/transformers/_image.c -o build\temp.win-amd64-3.7\Release\fuel\transformers\_image.o fuel/transformers/_image.c: In function '__Pyx_ExceptionSave': fuel/transformers/_image.c:16850:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type' *type...

where the source installation on windows needs compile which is a complex process, so can you offer a whl file of the fule?

Bumps [pillow](https://github.com/python-pillow/Pillow) from 5.2.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

building 'fuel.transformers._image' extension C:\Users\DANYA\Anaconda3\envs\new\Library\mingw-w64\bin\gcc.exe -mdll -O -Wall -DMS_WIN64 -IC:\Users\DANYA\Anaconda3\envs\new\include -IC:\Users\DANYA\Anaconda3\envs\new\include -c fuel/transformers/_image.c -o build\temp.win-amd64-3.7\Release\fuel\transformers\_image.o fuel/transformers/_image.c: In function '__Pyx_ExceptionSave': fuel/transformers/_image.c:16850:19: error: 'PyThreadState {aka struct _ts}' has no member named 'exc_type' *type...

Thanks for making this great package! MacOS High Sierra 10.13.6 Seems like requirements are already satisfied... Error message attached below. ## pip3 install git+git://github.com/mila-udem/fuel.git@stable Collecting git+git://github.com/mila-udem/fuel.git@stable Cloning git://github.com/mila-udem/fuel.git (to revision...

When I use the command referred as the title of this issue, I met the error as follows: Collecting git+https://github.com/mila-udem/fuel.git@stable Cloning https://github.com/mila-udem/fuel.git (to stable) to c:\users\weizie~1\appdata\local\temp\pip-27ojmbjj-build Collecting numpy (from fuel==0.2.0)...

Hi, I am starting doing some research on image segmentation. So, I was thinking that it could be useful for everyone to add those datasets on fuel. Here we have...