google-colaboratory tag

27 questions


1 answers
405 views
0
I would like to know the Python version of Google Colab as of December 2021.

Does anyone know about the Python version of Google colab as of December 2021?I remember that the current version was Python 3.7.12 and it was the same at the time, but I cannot confirm the informatio...


1 answers
390 views
0
intmain gets SyntaxError in Google Collaboration

Programming a 2D random walk I entered it on Google Colab, but the following error appears.Please tell me how to fix it.error messages:File<ipython-input-3-95051bfc0730>, line 8 int main() ^Sy...

1 years ago

2 answers
275 views
0
The graph defined by the function in Colaboratory is not displayed

I was running it on the Jupiter Notebook, but when I ran it on the Collaboration, the graph disappeared.Please let me know if you know where to fix it.Thank you for your cooperation.import matplotlibd...


1 answers
120 views
0
I want to edit the .py file on Google Collaboration.

As the title suggests, I would like to edit the .py file on Google Collaboration.Specifically, I would like to edit the .py file that I installed with pip.Could you edit it?Or would it be possible to ...


1 answers
117 views
0
ResourceExhaustedError after using gpu in google collateral

Run a notebook using Karas in Google colab.No GPUs showed no errors.ResourceExhaustedError: OOM when allocating sensor of shape [3,3,256,512] and type float [[Node:training_1/SGD/zeros_14=Const [dtyp...


1 answers
124 views
0
Unable to install keras==2.2.4 in Google Colab environment

After installing to the following version on Google colab, !pip install tensorflow==1.14.0! pip install keras == 2.2.4! pip install tqdmImporting each library import tensorflow as tfprint(tf.__version...


1 answers
63 views
0
I want to handle google drive files in google collateral

I'd like to use Google collaboration to handle Google drive files, but when I entered the id of the file I wanted to use Google drive, I got the following errorModuleNotFoundError: No module named 'go...


1 answers
100 views
0
I want to use Pickle in Google Colab

As the title suggests, I would like to install and use Pickle on Google Colab.Notable to pip install pickle in python 3.6-StackOverflow Based on the above page, I ran the following command, but the pi...


1 answers
142 views
0
Error when trying to install openjij on pip on Google Colab

I tried to import openjij in Google Collection, but it didn't work.The commands you executed are as follows: pip install openjijWhen I did this, I received the following error:Looking in indexes: http...

1 years ago

1 answers
111 views
0
The RAM in Google Collaboration crashes.

Google Collection RAM crashes.The code is all_data=pd.get_dummies(all_data)all_data.head()However, I suddenly ran out of RAM.Is there any way to avoid crashes such as removing the upper limit of RAM?B...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.