Questions tagged [linux]
10 questions
4
votes
2 answers
Data visualization in the terminal?
I've gotten to love using the terminal for processing data. At work, I'm using Windows Subsystem for Linux (WSL). For school and personal, I'm using Linux terminal on a Google Cloud instance.
I love how quick I can move files and code around in the…
John
- 41
- 1
4
votes
2 answers
Pandas vs Linux Datascience
I joined a data science learning community in my college and we are using linux terminal commands and awk commands to practice gathering some information from big datasets stored in csv files. About 7140596 columns by 29 rows in a single file.
A…
boinka
- 53
- 5
3
votes
1 answer
Is the PNY NVIDIA Quadro RTX 4000 a good GPU for Machine Learning on Linux?
As a web developer, I am growing increasingly interested in data science/machine learning, enough that I have decided to build a lab at home.
I have discovered the Quadro RTX 4000, and am wondering how well it would run ML frameworks on Ubuntu…
crayden
- 131
- 1
- 1
- 4
3
votes
2 answers
Different available packages in TensorFlow virtualenv?
I have installed TensorFlow on Linux (Anaconda) by following the documentation which states that one should create and activate a virtual environment tensorflow. So far, so good (albeit it is not entirely clear why is this virtual environment is…
Hendrik
- 8,767
- 17
- 43
- 55
2
votes
1 answer
Manual install vs conda install tensorflow-gpu
Asking mainly for Ubuntu 16.04/18.04.
What's the difference between installing CUDA and cuDNN together with tensorflow-gpu in conda (conda install tensorflow-gpu), and installing it all by hand and then using pip?
Does it mean CUDA and cuDNN are…
jkf
- 123
- 2
1
vote
2 answers
Strange out of memory while loading lots of pictures before input CNN for deep learning
I’m using the TFlearn, and want to classify pictures to two category. But the strange out of memory while loading lots of pictures before input CNN for deep learning. The RAM is 64 G in my deep learning box. I using 482426 pictures(resize to 224 x…
Erik Lin
- 13
- 2
1
vote
0 answers
open jupyter notebook file in linux from folder system
I have .ipynb files stored locally on my computer. The way I currently open these is by opening the terminal, typing "jupyter notebook" then navigating through jupyter notebook's file system to my .ipynb file.
It would be nice if I can just double…
user637140
- 201
- 1
- 5
1
vote
1 answer
QGtkStyle could not resolve GTK
I have installed Orange 3 in Ubuntu 18.04 using Anaconda. It runs just fine, but the menus appear as blank.
I obtain the following error when I execute it:
QGtkStyle could not resolve GTK. Make sure you have installed the proper libraries.
I have…
Jumy Elerossë
- 21
- 1
- 4
-1
votes
2 answers
NLP lab, linux or windows and which programming languages?
I would like to do some data mining and NLP experiments to do some research
I have decided to use NLTK or related tools and software
Which environment or operating system do you suggest for my purpose? I mean doing research on NLP
Windows or Linux?…
Ahmad
- 447
- 6
- 15
-3
votes
1 answer
Extract all releases from GIT repository
I would like to examine an existing Git repository and extract all defined releases into a subfolder.
For example, if application A had 26 releases, my bash script would extract all 26 versions into subfolders such as:
A/(folder) for each of the…
user1928436
- 21
- 3