# It says the model not found

**URL:** https://forum.crunchdao.com/t/it-says-the-model-not-found/556
**Category:** (ended) Causality Discovery
**Created:** [October 21, 2024, 6:37am UTC](https://forum.crunchdao.com/t/it-says-the-model-not-found/556 "2024-10-21T06:37:56Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![slim-matt](https://forum.crunchdao.com/user_avatar/forum.crunchdao.com/slim-matt/32/361_2.png) [@slim-matt](https://forum.crunchdao.com/u/slim-matt)
#### Post date: [October 21, 2024, 6:37am UTC](https://forum.crunchdao.com/t/it-says-the-model-not-found/556/1 "2024-10-21T06:37:56Z")

</div>

Hi , Run # 22400 . Error : " There is no trained model to use predict() " . I have a proper train function that causes the code to run 11+ hours , and when it proceeds to the infer function , this is the error I received ! As in supervised notebook , the last part including infer is the same . Nothing in the infer and submission has changed from your supervised notebook, only the training uses more complex methodology and various features.

---

<div class="post-metadata">

### Author: ![enzo](https://forum.crunchdao.com/user_avatar/forum.crunchdao.com/enzo/32/15_2.png) [@enzo](https://forum.crunchdao.com/u/enzo)
#### Post date: [October 21, 2024, 12:19pm UTC](https://forum.crunchdao.com/t/it-says-the-model-not-found/556/2 "2024-10-21T12:19:23Z")

</div>

It is hard to debug your code without being able to see it.

Have you perhaps accidentally created a new (so empty) model instance and forgotten to:

- load it from disk?
- train it with the data provided?
