Mariam
Mariam
i keep getting this error when i execute baysor run: ERROR: LoadError: MethodError: no method matching tryparse(::Type{Symbol}, ::String) Closest candidates are: tryparse(::Type{Union{}}, ::Any...; kwargs...) @ Base parse.jl:257 tryparse(::Type{FilePathsBase.PosixPath}, ::AbstractString) @...
hi! thanks for developing segger, i am getting this error during training (tutorial: https://github.com/EliHei2/segger_dev/blob/main/docs/notebooks/segger_tutorial.ipynb): code: ``` # Base directory to store Pytorch Lightning models models_dir = Path('/dss/dssfs02/lwp-dss-0001/pn57fo/pn57fo-dss-0000/mariam/externaldata/BreastCancer/outputs/segger_output/models') # Initialize the...
hello! i am getting this error during the last step of hyperparameter tuning: ``` --------------------------------------------------------------------------- NameError Traceback (most recent call last) Cell In[15], line 25 22 model_dir.mkdir(exist_ok=True, parents=True) 23 config['model_dir']...
i am on the last step of the introduction to segger tutorial and i am getting an error while tuning parameters, kindly let me know if you need more information....