-
I have Colab Pro and Colab Pro+ accounts but they don't run for very long. They always disconnect after about 20 communications.
I have two questions about running the VBFL code. Could you answer …
-
To make the playground double as a place for trying out different Haskell code formatters without having to download and build them all, it would be nice to have a UI element to run your code through …
-
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
dataset = pd.read_csv('50_Startups.csv')
X = dataset.iloc[:, :-1].values
Y = dataset.iloc[:, 4].values
from sklearn.p…
-
Hello,
I've been trying to run the code locally everything works fine so far expect for the most important part. I dont know why im getting this error message, Any help would be much appreciated.
…
-
Hi,Dr. @MingjunZhong
Thanks for sharing the code. This time I am trying to reproduce result of REDD based seq2point. But the results I get for REDD are quite different from your reported results. Co…
-
Hi, I am trying to run one of your codes for fine tuning code llama 34B model. Instead of running it on Colab, I have downloaded the file and running it on Azure VM (A100 with 80GB GPU RAM). Here are …
-
Hi, thanks for sharing the code. I tried to run the code directly without slurm, and the command is like "python ppgn_simple.py -c ./config/train_ego_small_ddpm_16.yaml". However, I found that some ar…
-
from TensorflowToolbox.utility import file_io
ImportError: No module named 'TensorflowToolbox'
Dear Sir, how to solve the above problem?
-
hi, is it possible to run the png decoder in the from roblox luau intepreter? i have made a small script which takes the encoded png content in a variable as string and want to decode it to get the pi…
-
Dear developer
When I try to run your code, it shows the below error message:
TypeError Traceback (most recent call last)
in ()
30 # fit the model to the …