SpiderBoar

Results 5 comments of SpiderBoar

I got the same issue with Python 3.6 with tensor 1.1.0 Building Graph --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () 5 ckpt_path='ckpt/cmudict/', 6 emb_dim=emb_dim, ----> 7 num_layers=3 8...

then I receive this... thank you Building Graph --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () 5 ckpt_path='ckpt/twitter/', 6 emb_dim=emb_dim, ----> 7 num_layers=3 8 ) /Users/dexter/Downloads/TensorFlowTutorial/TwinkerBot_Revival-master/seq2seq_wrapper.py in __init__(self, xseq_len,...

Sorry, forget to upgrade my tensorflow.... it is running training now... thank you for your support.... :)

I got similar issue today. I did it with MacBook M4. 11.11 error[E0308]: mismatched types 11.11 --> src/lib.rs:379:37 11.11 | 11.11 379 | drop(unsafe { CString::from_raw(ptr) }) 11.11 | -----------------...

@ed-donner : done.... I changed the file to community contribution folder. reverted requirement.txt. Also, the notebook contain the line uv pip install slack_sdk==3.35.0