HiFei8816
HiFei8816
When I try to run experiment.py, it gives an error message. "failed to connect: https://api.labml.ai/api/vl/track?run%20wuid-87829.c05191leeae2db06088ee9ee4&labml%20version=0.4.162" I also can't visit this site. [https://api.labml.ai/api/vl/track?run%20wuid-87829.c05191leeae2db06088ee9ee4&labml%20version=0.4.162](url)
I'm using Linux 20.04. I've already installed `.Net 7.0.10`. However, when I try to install and unpack cs-script, it gives me warning messages on missing .Net framework. Error message: Preparing...
I try to modify the training script to use my own data set for training (the original version is using CIFAR10/MNIST). My data set is a folder with images in...
I'm following the MSCOCO demo script in the folder `examples`. I got an error like this: ``` traker = TRAKer( File "/home/user_name/.conda/envs/sd38/lib/python3.8/site-packages/trak/traker.py", line 177, in __init__ self.gradient_computer = gradient_computer( TypeError:...