google-colaboratory tag

27 questions


1 answers
72 views
0
Syntax error when trying to import module

I'm trying what's written in a stock book, but I was told that there's no such syntax.The 5th line is different.import Yahoo_fin.stock_info assiimport pandas aspdimport matplotlib.pyplot aspltfrom dat...


1 answers
67 views
0
How do I get Google colab to automatically load learning data sets?

For example, when reading data locally, def dataLoadBatch(self, num_samples): X = [ ] Y = [ ] for h in range (0, num_samples): I=io.imread(data/images/salMap_{:05d}.jpg.format(h)) X.append(I) label...


1 answers
80 views
0
I would like to trace the read CSV file every 3 months from the date of purchase and output the accumulated data as separate CSV files.

I'm a beginner in programming.I would like to trace the read CSV file every 3 months based on the date of purchase, and output the accumulated data as separate CSV files.The image is  File 1: January ...


2 answers
76 views
0
Output of Scrap Results

I have corrected the points you answered before and executed the following code, but the program ends with no output displayed...I would appreciate it if you could answer me if you have any idea of th...


1 answers
92 views
0
I want to download the folder created in colab

I would like to do a scraping on google colab and download the folder where I collected the images to the local pc.Each file can be downloaded in files.download(), but I don't know how to download eac...


1 answers
84 views
0
Keras using Google Collaboration cannot model.save

I'm learning image recognition through a book called Image Recognition Programming Recipe.When I try to save the model in keras, an error occurs and I cannot save it.I thought the following site might...


1 answers
76 views
0
Package pymc3 version display in Google Colab does not match

!pip listWhen I checked the version of pymc3 in , it says 3.8 but import pimc3 as pmprint(pm.__version__)If so, the output will be 3.7.How can I install it in 3.8?


1 answers
86 views
0
Resource exhausted:understanding OOM when allocating tensor errors

What do you want to doUse Google colab to learn image data in YOLO-v3.What I've already doneCollect 20 teacher images and resize themAnnotate the collected images with Vott and put them on the colab a...


2 answers
80 views
0
"Google Drive Timeouts" message frequently occurs when you run Google Collaboration.

Google Drive Timeouts message frequently occurs when you run Google Collaboration.After reading the Google Collaboration tutorial, I moved several folders directly under MyDrive as subfolders, but thi...

1 years ago

1 answers
87 views
0
When you want to calculate each value of a sequence in Pandas and divide it by stdev of a certain section.

Thank you for your continuous support.[Background] I put the price of the stock in price and use the window function to find the sma as follows sma8=pd.Series(price).rolling(8).mean().valuessma24 = pd...

« - 2 - »

© 2024 OneMinuteCode. All rights reserved.