Study Group in Bangalore ( Near marathalli & surrounding)

This is a study group for people around the area near marathalli, whitefield, indiranagar. if we have enough people we can form group of people who are interested in. This group is to discuss the course and start a problem in kaggle competition . If you are from around this area, pls. join

3 Likes

Nice to meet you. I live in Marathahalli too.

1 Like

Hi @dripto

Nice to meet you…

I am in. I stay at Whitefield

1 Like

:raised_hand_with_fingers_splayed:

1 Like

Interested

1 Like

I’m interested too!

1 Like

@shreyans @tukun @free_rekhyt @booleanhunter

added you all in group message…

data_path = untar_data(URLs.PETS)

using:
fastai: 1.0.11
torch: 1.0.0.dev20181022

did anyone face same error

Error:

AttributeError                            Traceback (most recent call last)
<ipython-input-19-a33abc4922fe> in <module>()
----> 1 data_path = untar_data(URLs.PETS)

~/.local/lib/python3.6/site-packages/fastai/datasets.py in untar_data(url, fname, dest)
    106 def untar_data(url:str, fname:PathOrStr=None, dest:PathOrStr=None):
    107     "Download `url` if doesn't exist to `fname` and un-tgz to folder `dest`"
--> 108     dest = Path(ifnone(dest, _url2path(url)))
    109     fname = download_data(url, fname=fname)
    110     if not dest.exists(): tarfile.open(fname, 'r:gz').extractall(dest.parent)

~/.local/lib/python3.6/site-packages/fastai/datasets.py in _url2path(url)
     86 def _expand_path(fpath): return Path(fpath).expanduser()
     87 def _url2name(url): return url.split('/')[-1]
---> 88 def _url2path(url): return datapath4file(f'{_url2name(url)}')
     89 def _url2tgz(url): return datapath4file(f'{_url2name(url)}.tgz')
     90 

~/.local/lib/python3.6/site-packages/fastai/datasets.py in datapath4file(filename)
     93     local_path = URLs.LOCAL_PATH/'data'/filename
     94     if local_path.exists() or local_path.with_suffix('.tgz').exists(): return local_path
---> 95     else: return _expand_path(Config.get_key('data_path'))/filename
     96 
     97 def download_data(url:str, fname:PathOrStr=None):

~/.local/lib/python3.6/site-packages/fastai/datasets.py in get_key(cls, key)
     65 
     66     @classmethod
---> 67     def get_key(cls, key): return cls.get().get(key)
     68 
     69     @classmethod

AttributeError: 'NoneType' object has no attribute 'get'

Count me in!

added you in gp msg

In Sarjapur road .Add me also

I’m in!

yes… have yo got it fixed??

Nope! Its issue on my remote server , even wget is not working in my remote server. But It is running fine on my laptop - but only CPU

Hi, I’m from Indiranagar. I would like to join.

Hi…i would like to join

Count me in as well!

Add me as well

Go to your home folder, hit ctrl+H, go to .fastai and delete config.yml. That worked for me.

1 Like