Tom Smith
Tom Smith
Schema file is ./prisma/schema.prisma It occurs when I've run npx prisma studio and npx prisma migrate dev
This is the latest, it's from a VPS that is running Anomaly_profit with IFOR and that is running fine so I'm struggling to see why one causes the error and...
Interesting, did you change that in all "import tensorflow as tf" references or just those strategy files? I just did global search and there's 293 instances in 244 files in...
I can't speak for Phil who has far more experience with them than me, obviously having created them, but I think for the most part the first issues would be...
I am getting a similar error, but on another strategy and not using docker. I've also got various tensorflow issues that aren't to do with the strategies but more to...
I think this may be one issue, not sure how to best resolve as I have 5 PCA's running but it looks like all the sklearn references are being affected...
Turned out the Torch installer for Darts wouldn't work for linux so I had to install using the pip3 command from their website and that cleared up all the sklearn...
Thanks Phil! It ran for 10 hrs and began to die again so I installed tensorflow-cpu which has fixed the cuda warnings. I'm waiting to see how the memory holds...
Try some of the older PCA strats and have a read through the code see what's happening, there's a bunch of libraries you'll need
# define the inputs maj_qual = 6 maj_len = 30 min_qual = 5 min_len = 5 maj = True min = True # define the lele function def lele(qual, len):...