ccfarah

Results 5 comments of ccfarah

For anyone that finds themselves contending with this issue, --crop_size is the specific parameter that allowed me to train the CycleGAN model without bumping into a memory issue. Modified from...

@RahulPrasad, I'm answering: "Is there a way for gpt_index to handle multiple index files?" Following the documentation, here are two options: [Option 1](https://gpt-index.readthedocs.io/en/latest/guides/use_cases.html#use-case-combining-information-across-multiple-indices) - Uses a list index to query...

Any updates on GPU support? Given the models I'd like to run, 8-16GB of RAM is a starting point for inferencing. Thanks!

Following through on this, I am running drift and stability reports. I see what looks like a fix by calling deprecated 'legacy' modules, e.g. from evidently.legacy.test_suite import TestSuite from evidently.legacy.test_preset...

Thanks @elenasamuylova. Makes sense. I think I will install the current version and import the legacy modules, so I can still access any of the newer features.