jialin

Results 14 issues of jialin

Very interesting work! Thanks for sharing the code. I run into an issue when setting the max_timesteps=20000, To reproduce it: ` python main.py --expID 002 --td --bu --morphologies walker_7_main --max_timesteps...

Hi I was able to run raydp on my laptop and on K8S (by initializing a single node ray cluster, e.g., ray.init()), but on K8S, if I run raydp by...

I'm using raydp in ray's client mode, trying to submit a raydp operation with ray.remote, it works during the initial test, but when I re-run this code, it doesn't print...

A user requests to use H5Spark in Jupyter, which is a popular notebook used anywhere. The current issue is that the class path is not recognized in the notebook, i.e.,...

Currently, H5Spark parallelize the IO along the slowest dimension, i.e., the dimension that changes slowest on disks. For example, for a 2D C array x[10][200], the h5spark will choose the...

When loading multiple files, the file size can have a long-tailed distribution(see the figure), or an even distribution. In case of even distribution, we don't need to balance the load....

Needs to maintain the coordinates during the read, then figure out the global offset during parallel write.

Current high watermark links to the partition locator. During incremental compaction, we expect two source of data as input. One is the compacted table, the other is the new delta....

Ray Dataset removed the generic annotation, and doesn't accept explicit type anymore. In future, Deltacat may fully leverage the Ray Dataset for distributed data processing. _Originally posted by @valiantljk in...

To be generic, this could be an enum as we have three locators i.e., `src`, `rebase`, `destination` and mapping between enum and locators can be present in a central place....