Results 7 comments of Ben Wang

I think if we have a more recent compiler version, we can take advantage of some of the work that has been going on with incremental compilation in the rust...

Just attempted to upgrade, but macros have a weird error ``` error[E0428]: a type named `AddBatch` has already been defined in this module --> lib/monet/src/renderer/mod.rs:52:1 | 51 | #[derive(Compact, Clone)]...

Haha managed to get it working from just messing with the macros

WOOHOO massive improvements in compile times! on 3570k: First compile: ` Finished release [optimized + debuginfo] target(s) in 88.18 secs` Second compile after very small changes: ` Finished release [optimized...

Could you print out the exception caught here? https://github.com/kingoflolz/mesh-transformer-jax/blob/master/mesh_transformer/checkpoint.py#L45

Thanks for writing this detailed description! The overall intention is to have 2 sets of checkpoints, one set which is deleted frequently and is just used to resume in case...