Huang Songkai
Huang Songkai
──────────────────────────────────────────────────────── Config ──────────────────────────────────────────────────────── GaussCtrlTrainerConfig( _target=, output_dir=PosixPath('edit/dinosaur'), method_name='gaussctrl', experiment_name='experiment0527_2036', project_name='nerfstudio-project', timestamp='2025-05-27_130231', machine=MachineConfig(seed=42, num_devices=1, num_machines=1, machine_rank=0, dist_url='auto', device_type='cuda'), logging=LoggingConfig( relative_log_dir=PosixPath('.'), steps_per_log=10, max_buffer_size=20, local_writer=LocalWriterConfig( _target=, enable=True, stats_to_track=( , , , , , ),...
import d2l print(d2l.__version__) -------------------------------- 0.17.6 ---------------------------------------------------- num_epochs, lr = 10, 0.1 updater = torch.optim.SGD(params, lr=lr) d2l.train_ch3(net, train_iter, test_iter, loss, num_epochs, updater) ----------------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[15],...