David Garcia
David Garcia
Same problem, I can't avoid these same error, I'm trying some ways buf unsuccesfull :(, please fix this soon. Thanks!
I've updated the file and launch it again, but ends crashing at line ``` torch.save(final_model_file_name, best_model) ``` Throwing the above exception Maybe could be an error with return type of...
```bash Selecting best model with less Validation Huber Loss ... best epoch: 201 best loss: 0.076074071484905 best model path ../Data/Models/NoLimit/river//epoch_201_gpu.info saving final model /home/torch/install/bin/lua: /home/torch/install/share/lua/5.2/torch/File.lua:136: attempt to call field 'insert'...
Same problem :( ```bash best epoch: 201 best loss: 0.076074071484905 best model info path ../Data/Models/NoLimit/river/epoch_201_gpu.info saving final model /home/torch/install/bin/lua: /home/torch/install/share/lua/5.2/torch/File.lua:136: attempt to call field 'insert' (a nil value) stack traceback:...
```bash ... -rw-rw-r-- 1 kml kml 119 oct 7 01:36 epoch_86_gpu.info -rw-rw-r-- 1 kml kml 112M oct 7 01:36 epoch_86_gpu.model -rw-rw-r-- 1 kml kml 119 oct 7 01:37 epoch_87_gpu.info -rw-rw-r--...
two underscores at final__gpu.model... maybe this?
same problem ```bash saving final model /home/torch/install/bin/lua: /home/torch/install/share/lua/5.2/torch/File.lua:136: attempt to call field 'insert' (a nil value) stack traceback: /home/torch/install/share/lua/5.2/torch/File.lua:136: in function 'writeObject' /home/torch/install/share/lua/5.2/torch/File.lua:388: in function 'save' Training/pickup_best_model.lua:85: in function 'select_best_model'...
After repeat the steps I'm having the same error: ```bash /deeper-stacker/Source$ th Training/pickup_best_model.lua 4 Selecting best model with less Validation Huber Loss ... best epoch: 204 of total: 350 epochs...
I can continue doing this without launch pickup_best_model script ```bash cp epoch_204_gpu.info final_gpu.info cp epoth_204_gpu.model final_gpu.model ``` When I execute `$ torch.load('final_cpu.info')` model seems to load well. Then, I continue...
Not fixed yed? I have same problem in Nextcloud v13.0.4 with external storgame mounts to another folders in the same server. I don't want to umount this folders so please...