Giter Club home page Giter Club logo

course-v4's Introduction

Please use fastbook's /clean folder instead of this

This repo is no longer used - the information that was here is now in the main https://github.com/fastai/fastbook repo, in the folder called /clean.

course-v4's People

Contributors

jph00 avatar muellerzr avatar sgugger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

course-v4's Issues

note books with rows and cols

note books have rows and cols but should be nrows and ncols would change myself have done so in my local clone. how to get them back as they may have unwanted outputs!!
02, 05,06 are affected notebooks

Missing the images

FYI (I know it was just migrated), but anything under the images directory will throw issues. If you don’t want them there, how would it best help you guys for editing and fixing up the notebooks? I’ll gladly help out

01_intro.ipynb: 'str' object has no attribute 'shape'

Hi,

When I'm trying to run the tabular data example from 01_intro.ipynb I get an error "'str' object has no attribute 'shape'". The stack trace seems to point to a panda error as you can see in the following screenshot:

image

RuntimeError: imag is not implemented for tensors with non-complex dtypes.

Unable to import : from fastai2.vision.all import *

RuntimeError Traceback (most recent call last)
in
----> 1 from fastai2.vision.all import *

~/.local/lib/python3.8/site-packages/fastai2/vision/all.py in
----> 1 from ..basics import *
2 from ..callback.all import *
3 from .augment import *
4 from .core import *
5 from .data import *

~/.local/lib/python3.8/site-packages/fastai2/basics.py in
----> 1 from .data.all import *
2 from .optimizer import *
3 from .callback.core import *
4 from .learner import *
5 from .metrics import *

~/.local/lib/python3.8/site-packages/fastai2/data/all.py in
----> 1 from ..torch_basics import *
2 from .core import *
3 from .load import *
4 from .external import *
5 from .transforms import *

~/.local/lib/python3.8/site-packages/fastai2/torch_basics.py in
2 from .imports import *
3 from .torch_imports import *
----> 4 from .torch_core import *
5 from .layers import *

~/.local/lib/python3.8/site-packages/fastai2/torch_core.py in
284 setattr(TensorBase, fn, get_f(fn))
285
--> 286 _patch_tb()
287
288 # Cell

~/.local/lib/python3.8/site-packages/fastai2/torch_core.py in _patch_tb()
280 for fn in dir(t):
281 if fn in skips: continue
--> 282 f = getattr(t, fn)
283 if isinstance(f, (MethodWrapperType, BuiltinFunctionType, BuiltinMethodType, MethodType, FunctionType)):
284 setattr(TensorBase, fn, get_f(fn))

RuntimeError: imag is not implemented for tensors with non-complex dtypes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.