62 questions
class Tensor: def __init__(self, data, shape): self.data = data self.shape = shape self.tensor = shape_data(self.data,self.shape) # <-- * def shape_data(self,data,shape): temp1=[] temp2=[] sh...
Downloaded the https://github.com/NVlabs/stylegan package from github.On my laptop, it says, C:\Users\user\stylegan, and it's saved here, and I opened the ipynb file here, and I did it like thisAn err...
I am studying through a book called 'Deep Learning that I know and weave with Python blade coding'.What I want to ask is how to transfer the code written on the jupyter notebook to the py code.In this...
[C 00:02:45.346 NotebookApp] Bad config encountered during initialization:[C 00:02:45.346 NotebookApp] No such notebook dir: ''/home/u1025/https://gitlab.com/Hursheytung/ml.git''I touched config.py be...
First of all, it's a warm txtThe contents of the data are raw data and are all contained in one row of Excel 1 row 9 columns. Filming materialsFilming station = xxInstallation Location = xxxxxxxxxxxxx...
I am a beginner in coding who is studying coding.I want to use Jupiter's laptop to get Naver's real-time game search wordI want to delete the '' part of the result.I tried using remove and split, but ...
I'm lazy to route from anaconda prompt I used it as a jupyter notebook right in the folderIt turned on well a few days ago, but it pops up like this. In the environment variable Path, In the system va...
I'm totally a novice. I tried to make it quickly with a jupyter notebook, but it doesn't work.When coordinate 1 turns white, press coordinate 2 button import keyboardimport clickimport timeimport pyau...
I installed the pytorch properly, and I was using it without any problems with VScode.But since yesterday, suddenlyimport torchModuleNotFoundError: No module named 'torch'An error occurs. But the stra...
I'm using Jupiter laptop, path = 'data/test'Wash_data_202110110909.csv Wash_data_202110110910.csvWash_data_202110110911.csvWash_data_202110110912.csv'''There are more than 2000 csv files in the same n...
« | - 6 - | » |
© 2024 OneMinuteCode. All rights reserved.