Dr Ed Morris
Dr Ed Morris
Also, DATA.TRANSFORMS.PARAMS.AGGRESIVE is spelt incorrectly. It should be AGGRESSIVE!
Thanks for this. I missed this dependency from the list. Will update the relevant files.
As part of commit 008c52961434708a5cb7d1fb29cc2d08eb8268ac the method `update_model_from_checkpoint` was added to the `IgniteTrainer `class. This allows for the loading of an Ignite checkpoint file, which contains model weights, either of...
setup.py file allows for the use of CLI apps as a way of entry into a python application. Instead of having invoke the python interpreter on the command line, e.g....
Use package [TorchMetrics](https://github.com/PyTorchLightning/metrics) for all metrics.
Still blocked by #42058 as well. @salotz just so you're aware, there is PR #42121 awaiting review which will solve this issue.
Suggest the following addition to the `CMakeLists.txt` to accommodate: Currently the compiler flag options cover the following: ``` if(MSVC) SET(CMAKE_CXX_FLAGS "/EHsc /arch:AVX2") SET(CMAKE_CXX_FLAGS_DEBUG "/W4") elseif(DARWIN) SET(CMAKE_CXX_FLAGS "-Wno-int-in-bool-context -std=c++11") SET(CMAKE_CXX_FLAGS_DEBUG "-Wall")...