Skip to content

My github repository doesn't recognize .ipynb #5482

Answered by lildude
BOSOEK asked this question in Classification
Discussion options

You must be logged in to vote

To quote what I said at #5456 (reply in thread):

That said, your repo isn't analysed for the same reason as that discussed in #5445 . From my #5445 (comment)

The issue here is that repo is heeeeaaawg and has a massive object tree and a lot of files so it hitting the guard at:
https://github.com/github/linguist/blob/16c70aef8cd62ca071231a380c69050f5e83c900/lib/linguist/repository.rb#L132-L135

The biggest culprit are all the .txt files in https://github.com/BOSOEK/MS_Pytorch/tree/main/Nlp/.data/imdb/aclImdb/train/unsup - there are 50000 files in this directory alone 😱.

The only way you can get the analysis to be performed is by reducing the number of files in the repo and that directory…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BOSOEK
Comment options

Answer selected by lildude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5481 on July 26, 2021 11:42.