You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing the app/nglod example in an interactive mode. While in the config file it is set to save the model every 5 epochs:
trainer:
# Base Trainer config
exp_name: "nglod-octree" # Name of the experiment: a unique id to use for logging, model names, etc.
mode: 'train' # Choices: 'train', 'validate'
max_epochs: 10 # Number of epochs to run the training.
save_every: 5 # Saves the optimized model every N epochs
save_as_new: False # If True, will save the model as a new file every time the model is saved
model_format: 'full' # Format to save the model: 'full' (weights+model) or 'state_dict'
render_every: 5 # Renders an image of the neural field every N epochs
valid_every: 10 # Runs validation every N epochs
enable_amp: True # If enabled, the step() training function will use mixed precision.
profile_nvtx: True # If enabled, nvtx markers will be emitted by torch for profiling.
grid_lr_weight: 1.0 # Learning rate weighting applied only for the grid parameters (contain "grid" in their name)
when I check on the log folder there is nothing saved. Any idea why?
The text was updated successfully, but these errors were encountered:
I am testing the app/nglod example in an interactive mode. While in the config file it is set to save the model every 5 epochs:
when I check on the log folder there is nothing saved. Any idea why?
The text was updated successfully, but these errors were encountered: