transform-and-tell icon indicating copy to clipboard operation
transform-and-tell copied to clipboard

How does the project run on windows systems?

Open MrAccelerator opened this issue 2 years ago • 3 comments

What do I want to run a project in a windows environment?

MrAccelerator avatar Jun 15 '22 06:06 MrAccelerator

I haven't really tested this in Windows. It's probably easiest if you just run it within the Windows Subsystem for Linux.

alasdairtran avatar Jun 18 '22 07:06 alasdairtran

I haven't really tested this in Windows. It's probably easiest if you just run it within the Windows Subsystem for Linux.

Thanks for your reply, I had a difficulty while training,I run python -m tell.commands train expt/goodnews/5_transformer_roberta/config.yaml -f

INFO Beginning training. INFO Epoch 0/99 INFO Peak CPU memory usage MB: 0.0 INFO GPU 0 memory usage MB: 3351 INFO Training 0%| | 0/4096 [00:00<?, ?it/s]I NFO Grabbing all article IDs 424692it [00:01, 266073.66it/s] 407513it [00:01, 363793.16it/s] Then, it got stuck in the second line.

MrAccelerator avatar Jun 21 '22 02:06 MrAccelerator

How long did you wait? It might just be slow as it tries to read data from MongoDB. Does the MongoDB log show anything? I remember in some instances, it might take a couple of minutes in my machine to cache enough data before training starts.

alasdairtran avatar Jun 27 '22 10:06 alasdairtran