You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for working on this research!
I have a few questions:
I can't understand when the model stop training when I run: python image_train.py --dataset rplan --batch_size 32 --set_name train --target_set 8
I get the following error when I try to sample floorplans using your pre-trained model: FileNotFoundError: [Errno 2] No such file or directory: 'processed_rplan/rplan_eval_8_syn.npz'
how to properly do inference on custom data?
Thanks in advance.
Fantastic job!
The text was updated successfully, but these errors were encountered:
This is because the input need a file format(.npz), but you have no one.
to solve this, you can refine the code to covert .json to .npz, or
you need understand what the model need and write a demo to produce a .npz.
then, throw it to the dir.
Hi @aminshabani
Thanks for working on this research!
I have a few questions:
python image_train.py --dataset rplan --batch_size 32 --set_name train --target_set 8
FileNotFoundError: [Errno 2] No such file or directory: 'processed_rplan/rplan_eval_8_syn.npz'
Thanks in advance.
Fantastic job!
The text was updated successfully, but these errors were encountered: