erenarkangil
erenarkangil
Hi, I implemented the sample code here : https://modal-python.readthedocs.io/en/latest/content/apireference/models.html However, when i switched X(training data in the sample code) to X = np.linspace(0, 22, 1000).reshape(-1, 1) optimizer.score(X, y) gives me...
Hi there, Firstly, Apologizes if my question does not make so much sense. I tried to run this code in my local environment and started with the main.py but I...
Hi there, Thank you for sharing this repo. My problem is, I am training sequential data, where each word is an unique code in my txt file. Seemingly, GPT does...
Hi, I would like to see how non-evolvable strategies behave in moran process compared to evolvable ones, however when i try to give players array in a mixed way i...
Hi there, What I have tried: Using HMA model to generate traffic demand data. Libraries are updated. The trip dataset contains generally origin-destinations as categoric variables, which creates a big...
Hi, great work! How to apply this multiple faces? i mean the images which includes more than 1 person regards
Hi there, Thank you for the repo. I am trying some different models recently for my project. So far ı have observed that rnn models such as textgenrnn much more...