hermesonbf
hermesonbf
I don't understand why `llama.cpp` wasn't created using Rust in the first place (like a `llama.rs`), what advantage did the author see in using C++ instead of Rust?
I tried to add the checkpointing to my GAN as follows: ``` gene_wrapped = checkpointable(gene) # gene is the generator Model disc_wrapped = checkpointable(disc) # disc is the discriminator Model...
By the way, my IDE says: "Unused variable 'watch_args'" on this line: https://github.com/davisyoshida/tf2-gradient-checkpointing/blob/544d53f7711acc714caaa5482a2e7c187254e5d5/checkpointing.py#L24 is this an issue?
Actually, for some reason I'm getting the following error: "No gradients provided for any variable" when running the code above...
FMeshDescriptionBuilder is not editor-only, static meshes can be generated at runtime in the packaged game with it, I did it myself and it worked.