Tadas Šubonis
Tadas Šubonis
I've got an exception ``` io.objectbox.exception.DbException: Entity is expected to have a no-arg constructor: Item ``` but it didn't surface until I've debugged it and captured it at BoxStore.java:670
The case that I ran into was that I needed to rename a variable but I still would like to support the old JSON that used the old name. Basically,...
Hey, is it possible to build an HTML or PDF (preferred) version of this book for offline reading? What would be the process to do that? Thanks
It seems that some styling is broken https://books.japila.pl/apache-spark-internals/overview/  https://books.japila.pl/apache-spark-internals/rdd/  
Hello, how I can uninstall this? Thanks
Hello, would anyone be willing to share some architectures that worked for you quite well? I figured that this would be a great place to ask that even though it...
Hey, I can't find any examples on how to use "ros update" - I would like to update sbcl to the newest version. Is that possible? Thanks
I have this piece of code: ``` batch_size = 8 with converter_train.make_torch_dataloader(transform_spec=transform, batch_size=batch_size, num_epochs=1) as dataloader_train, \ converter_test.make_torch_dataloader(transform_spec=transform, batch_size=batch_size, num_epochs=1) as dataloader_test: trainer.fit( model, dataloader_train, dataloader_test, ) ``` when it...
Is there a way to create DataLoaders for PyTorch from RDDs directly without doing a conversion to the DataFrame? This would allow me to pass numpy arrays directly without trying...
Dear Zipline Maintainers, Since Quantopian was bought by RobinHood, are there any plans to continue maintenance of this project? What's the plan with the new ownership?