Cuong Nguyen

Results 6 comments of Cuong Nguyen
trafficstars

If it showed 20% for 5-way classification setting, it did mean that the model was not learnt. Given your vague description, it is difficult to know where things are wrong....

By the way, did you use your own model or the one provided in 'CommonModels.py'? I just recall that I faced a similar issue in the past where my model...

I already specified the structure of the dataset in the `readme.md`. The dataset used in this case simply contains many folders, each consists of several images from the same class.

It would be nice to have Hydra integrated into MLFlow natively, but not necessarily a must-have feature. I would like to share a work-around solution to log Hydra parameters into...

I got this problem not through multi-thread, but running two experiments and log metrics to the same database. One of two runs was stopped due to the error *"database is...

I have found a work-around solution to avoid the *"database is locked"* issue if sqlite3 is used as backend storage. When logging metrics, make the logging asynchronous: ```python mlflow.log_metric(key, value,...